pub struct NullAlias;
Expand description
Null Alias
Implementations
Trait Implementations
impl Copy for NullAlias
Auto Trait Implementations
impl RefUnwindSafe for NullAlias
impl Send for NullAlias
impl Sync for NullAlias
impl Unpin for NullAlias
impl UnwindSafe for NullAlias
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more