pub struct GcObjectThin<'c> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'c> Clone for GcObjectThin<'c>
impl<'c> Clone for GcObjectThin<'c>
Source§impl<'c> Debug for GcObjectThin<'c>
impl<'c> Debug for GcObjectThin<'c>
Source§impl<'c> Drop for GcObjectThin<'c>
impl<'c> Drop for GcObjectThin<'c>
Source§impl<'c> GcTarget<'c> for GcObjectThin<'c>
impl<'c> GcTarget<'c> for GcObjectThin<'c>
fn trace(&self, token: &mut GcTraceToken<'c>)
Source§impl<'c> PartialEq for GcObjectThin<'c>
impl<'c> PartialEq for GcObjectThin<'c>
impl<'c> Eq for GcObjectThin<'c>
impl<'c> StructuralPartialEq for GcObjectThin<'c>
Auto Trait Implementations§
impl<'c> Freeze for GcObjectThin<'c>
impl<'c> !RefUnwindSafe for GcObjectThin<'c>
impl<'c> !Send for GcObjectThin<'c>
impl<'c> !Sync for GcObjectThin<'c>
impl<'c> Unpin for GcObjectThin<'c>
impl<'c> !UnwindSafe for GcObjectThin<'c>
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