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