pub struct GcObject { /* private fields */ }Expand description
A untyped gc object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcObject
impl RefUnwindSafe for GcObject
impl Send for GcObject
impl Sync for GcObject
impl Unpin for GcObject
impl UnwindSafe for GcObject
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