pub struct WeakGcRef { /* private fields */ }Expand description
Weak GC reference. Has almost the same semantics as std::rc::Weak
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for WeakGcRef
impl !Sync for WeakGcRef
impl Freeze for WeakGcRef
impl RefUnwindSafe for WeakGcRef
impl Unpin for WeakGcRef
impl UnsafeUnpin for WeakGcRef
impl UnwindSafe for WeakGcRef
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