pub struct RawAnyGuard { /* private fields */ }Expand description
A raw guard for a Ref or a Mut that has been converted into its raw
components through Ref::into_raw or Mut::into_raw.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawAnyGuard
impl RefUnwindSafe for RawAnyGuard
impl !Send for RawAnyGuard
impl !Sync for RawAnyGuard
impl Unpin for RawAnyGuard
impl UnwindSafe for RawAnyGuard
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