pub struct StateGuard<'a, T>where
T: 'static,{ /* private fields */ }Trait Implementations
sourceimpl<'a, T> Deref for StateGuard<'a, T>where
T: 'static,
impl<'a, T> Deref for StateGuard<'a, T>where
T: 'static,
Auto Trait Implementations
impl<'a, T> !Immutable for StateGuard<'a, T>
impl<'a, T> !RefUnwindSafe for StateGuard<'a, T>
impl<'a, T> !Send for StateGuard<'a, T>
impl<'a, T> !Sync for StateGuard<'a, T>
impl<'a, T> Unpin for StateGuard<'a, T>
impl<'a, T> !UnwindSafe for StateGuard<'a, T>
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