pub struct StateStore { /* private fields */ }Expand description
Internal state storage
Auto Trait Implementations§
impl !RefUnwindSafe for StateStore
impl !UnwindSafe for StateStore
impl Freeze for StateStore
impl Send for StateStore
impl Sync for StateStore
impl Unpin for StateStore
impl UnsafeUnpin for StateStore
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