pub struct RawMutGuard { /* private fields */ }Expand description
A raw mutable guard.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawMutGuard
impl !RefUnwindSafe for RawMutGuard
impl !Send for RawMutGuard
impl !Sync for RawMutGuard
impl Unpin for RawMutGuard
impl !UnwindSafe for RawMutGuard
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