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