pub enum NullOffset {}Auto Trait Implementations§
impl Freeze for NullOffset
impl RefUnwindSafe for NullOffset
impl Send for NullOffset
impl Sync for NullOffset
impl Unpin for NullOffset
impl UnsafeUnpin for NullOffset
impl UnwindSafe for NullOffset
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