pub struct RefRef<'a, T: 'static> { /* private fields */ }Expand description
A reference to the value of a Ref.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for RefRef<'a, T>
impl<'a, T> !RefUnwindSafe for RefRef<'a, T>
impl<'a, T> !Send for RefRef<'a, T>
impl<'a, T> Sync for RefRef<'a, T>where
T: Sync,
impl<'a, T> Unpin for RefRef<'a, T>
impl<'a, T> UnsafeUnpin for RefRef<'a, T>
impl<'a, T> !UnwindSafe for RefRef<'a, T>
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