pub struct RawValueGuard { /* private fields */ }
Expand description
The guard returned by Value::into_any_mut_ptr.
Auto Trait Implementations§
impl Freeze for RawValueGuard
impl !RefUnwindSafe for RawValueGuard
impl !Send for RawValueGuard
impl !Sync for RawValueGuard
impl Unpin for RawValueGuard
impl !UnwindSafe for RawValueGuard
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