pub struct WeakLink { /* private fields */ }Expand description
A weak reference to $name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeakLink
impl RefUnwindSafe for WeakLink
impl Unpin for WeakLink
impl UnwindSafe for WeakLink
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