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