pub struct NullGuardDataStore;Expand description
Don’t store guard data
Trait Implementations§
Source§impl GuardDataStore for NullGuardDataStore
impl GuardDataStore for NullGuardDataStore
Auto Trait Implementations§
impl Freeze for NullGuardDataStore
impl RefUnwindSafe for NullGuardDataStore
impl Send for NullGuardDataStore
impl Sync for NullGuardDataStore
impl Unpin for NullGuardDataStore
impl UnwindSafe for NullGuardDataStore
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