pub struct WeakRef { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeakRef
impl RefUnwindSafe for WeakRef
impl !Send for WeakRef
impl !Sync for WeakRef
impl Unpin for WeakRef
impl UnwindSafe for WeakRef
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