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