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