pub struct PinRef<T: ?Sized>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PinRef<T>where
T: ?Sized,
impl<T> RefUnwindSafe for PinRef<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for PinRef<T>
impl<T> Sync for PinRef<T>
impl<T> Unpin for PinRef<T>
impl<T> UnwindSafe for PinRef<T>where
T: UnwindSafe + ?Sized,
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