pub struct ValueMut<'a, V> where
V: ValueEnDe, { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, V> RefUnwindSafe for ValueMut<'a, V> where
V: RefUnwindSafe,
impl<'a, V> Send for ValueMut<'a, V> where
V: Send + Sync,
impl<'a, V> Sync for ValueMut<'a, V> where
V: Sync,
impl<'a, V> Unpin for ValueMut<'a, V> where
V: Unpin,
impl<'a, V> UnwindSafe for ValueMut<'a, V> where
V: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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