pub struct WeakRef<T: ?Sized, A: 'static + Clone + GlobalAlloc = System> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, A> Freeze for WeakRef<T, A>
impl<T, A> RefUnwindSafe for WeakRef<T, A>
impl<T, A> Send for WeakRef<T, A>
impl<T, A> Sync for WeakRef<T, A>
impl<T, A> Unpin for WeakRef<T, A>
impl<T, A> UnwindSafe for WeakRef<T, A>
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