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