pub struct UnderlyingFooBarBaz;
Expand description
Another type alias, this time with methods.
Implementations§
source§impl UnderlyingFooBarBaz
impl UnderlyingFooBarBaz
pub fn inherent_fn(&self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingFooBarBaz
impl RefUnwindSafe for UnderlyingFooBarBaz
impl Send for UnderlyingFooBarBaz
impl Sync for UnderlyingFooBarBaz
impl Unpin for UnderlyingFooBarBaz
impl UnwindSafe for UnderlyingFooBarBaz
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more