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