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