pub struct PlainState(/* private fields */);Expand description
State for local usage. Doesn’t do anything fancy
Implementations§
Source§impl PlainState
impl PlainState
Trait Implementations§
Source§impl Debug for PlainState
impl Debug for PlainState
Source§impl Default for PlainState
impl Default for PlainState
Source§fn default() -> PlainState
fn default() -> PlainState
Returns the “default value” for a type. Read more
Source§impl StateSyncGet for PlainState
impl StateSyncGet for PlainState
Source§impl StateSyncGetCloned for PlainState
impl StateSyncGetCloned for PlainState
Source§impl StateSyncMutableGetMut for PlainState
impl StateSyncMutableGetMut for PlainState
Source§impl StateSyncMutableGetMutOrInsert for PlainState
impl StateSyncMutableGetMutOrInsert for PlainState
Source§impl StateSyncMutableInsert for PlainState
impl StateSyncMutableInsert for PlainState
impl State for PlainState
Auto Trait Implementations§
impl Freeze for PlainState
impl !RefUnwindSafe for PlainState
impl Send for PlainState
impl Sync for PlainState
impl Unpin for PlainState
impl !UnwindSafe for PlainState
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