pub struct NamedStateGuard<N: Hash + Eq + PartialEq + Clone> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for NamedStateGuard<N>where
N: Freeze,
impl<N> RefUnwindSafe for NamedStateGuard<N>where
N: RefUnwindSafe,
impl<N> Send for NamedStateGuard<N>where
N: Send,
impl<N> Sync for NamedStateGuard<N>
impl<N> Unpin for NamedStateGuard<N>where
N: Unpin,
impl<N> UnwindSafe for NamedStateGuard<N>where
N: UnwindSafe,
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