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