pub struct NullAlias;
Expand description
Null Alias
Implementations§
Trait Implementations§
Source§impl Iden for NullAlias
impl Iden for NullAlias
impl Copy for NullAlias
Auto Trait Implementations§
impl Freeze for NullAlias
impl RefUnwindSafe for NullAlias
impl Send for NullAlias
impl Sync for NullAlias
impl Unpin for NullAlias
impl UnwindSafe for NullAlias
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