pub struct GcObject<'c, T: GcTarget<'c> + ?Sized + 'c> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'c, T: GcTarget<'c> + ?Sized + 'c> GcTarget<'c> for GcObject<'c, T>
impl<'c, T: GcTarget<'c> + ?Sized + 'c> GcTarget<'c> for GcObject<'c, T>
fn trace(&self, token: &mut GcTraceToken<'c>)
Auto Trait Implementations§
impl<'c, T> Freeze for GcObject<'c, T>where
T: ?Sized,
impl<'c, T> !RefUnwindSafe for GcObject<'c, T>
impl<'c, T> !Send for GcObject<'c, T>
impl<'c, T> !Sync for GcObject<'c, T>
impl<'c, T> Unpin for GcObject<'c, T>where
T: ?Sized,
impl<'c, T> !UnwindSafe for GcObject<'c, 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