pub struct ValueMutGuard { /* private fields */ }
Expand description
Defined guard for a reference value.
See Value::from_mut.
Auto Trait Implementations§
impl Freeze for ValueMutGuard
impl !RefUnwindSafe for ValueMutGuard
impl !Send for ValueMutGuard
impl !Sync for ValueMutGuard
impl Unpin for ValueMutGuard
impl !UnwindSafe for ValueMutGuard
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