pub struct GcRef(pub GcId);Expand description
Opaque handle to a GC-managed object.
Tuple Fields§
§0: GcIdTrait Implementations§
impl Copy for GcRef
impl Eq for GcRef
impl StructuralPartialEq for GcRef
Auto Trait Implementations§
impl Freeze for GcRef
impl RefUnwindSafe for GcRef
impl Send for GcRef
impl Sync for GcRef
impl Unpin for GcRef
impl UnsafeUnpin for GcRef
impl UnwindSafe for GcRef
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