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