pub struct NullMarker { /* private fields */ }
Expand description
Marker for null types
Trait Implementations§
impl TypeMarker for NullMarker
Auto Trait Implementations§
impl Freeze for NullMarker
impl RefUnwindSafe for NullMarker
impl Send for NullMarker
impl Sync for NullMarker
impl Unpin for NullMarker
impl UnwindSafe for NullMarker
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