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