pub struct State<InnerState: Updatable> { /* private fields */ }Implementations
Auto Trait Implementations
impl<InnerState> RefUnwindSafe for State<InnerState>where
InnerState: RefUnwindSafe,
impl<InnerState> Send for State<InnerState>where
InnerState: Send,
impl<InnerState> Sync for State<InnerState>where
InnerState: Sync,
impl<InnerState> Unpin for State<InnerState>where
InnerState: Unpin,
impl<InnerState> UnwindSafe for State<InnerState>where
InnerState: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more