Struct NullHandle
pub struct NullHandle;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullHandle
impl RefUnwindSafe for NullHandle
impl Send for NullHandle
impl Sync for NullHandle
impl Unpin for NullHandle
impl UnwindSafe for NullHandle
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