pub struct AliasDef { /* private fields */ }
Expand description
Type alias definition.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AliasDef
impl RefUnwindSafe for AliasDef
impl Send for AliasDef
impl Sync for AliasDef
impl Unpin for AliasDef
impl UnwindSafe for AliasDef
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