Struct comet::gcref::WeakGcRef [−][src]
#[repr(transparent)]pub struct WeakGcRef { /* fields omitted */ }Expand description
Weak GC reference. Has almost the same semantics as std::rc::Weak
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WeakGcRef
impl UnwindSafe for WeakGcRef
Blanket Implementations
Mutably borrows from an owned value. Read more