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