pub struct pinnedBy;Trait Implementations§
Auto Trait Implementations§
impl Freeze for pinnedBy
impl RefUnwindSafe for pinnedBy
impl Send for pinnedBy
impl Sync for pinnedBy
impl Unpin for pinnedBy
impl UnwindSafe for pinnedBy
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