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