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