pub struct Store<T: Clone + PartialEq + Send + Sync> { /* private fields */ }Expand description
A simple state store
Implementations§
Source§impl<T: Clone + PartialEq + Send + Sync + 'static> Store<T>
impl<T: Clone + PartialEq + Send + Sync + 'static> Store<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Store<T>
impl<T> !RefUnwindSafe for Store<T>
impl<T> Send for Store<T>
impl<T> Sync for Store<T>
impl<T> Unpin for Store<T>
impl<T> UnsafeUnpin for Store<T>
impl<T> !UnwindSafe for Store<T>
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