pub struct WeakLink<'a, P>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for WeakLink<'a, P>where
P: ?Sized,
impl<'a, P> !RefUnwindSafe for WeakLink<'a, P>
impl<'a, P> !Send for WeakLink<'a, P>
impl<'a, P> !Sync for WeakLink<'a, P>
impl<'a, P> Unpin for WeakLink<'a, P>where
P: ?Sized,
impl<'a, P> !UnwindSafe for WeakLink<'a, P>
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