pub struct MapState<B>where
B: StateBackend,{ /* private fields */ }Expand description
Map state (stores key-value pairs per key).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for MapState<B>
impl<B> RefUnwindSafe for MapState<B>where
B: RefUnwindSafe,
impl<B> Send for MapState<B>
impl<B> Sync for MapState<B>
impl<B> Unpin for MapState<B>
impl<B> UnsafeUnpin for MapState<B>
impl<B> UnwindSafe for MapState<B>where
B: RefUnwindSafe,
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