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