pub struct StateContainer<Value> { /* private fields */ }
Trait Implementations§
Source§impl<Value: InitStatus> State for StateContainer<Value>
impl<Value: InitStatus> State for StateContainer<Value>
Auto Trait Implementations§
impl<Value> Freeze for StateContainer<Value>
impl<Value> RefUnwindSafe for StateContainer<Value>
impl<Value> Send for StateContainer<Value>
impl<Value> Sync for StateContainer<Value>
impl<Value> Unpin for StateContainer<Value>
impl<Value> UnwindSafe for StateContainer<Value>
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