pub type RootedGCThingTraits_PersistentBase = TypedRootedGCThingBase<PersistentRootedBase>;

Aliased Type§

struct RootedGCThingTraits_PersistentBase {
    pub _base: PersistentRootedBase,
    pub _phantom_0: PhantomData<UnsafeCell<PersistentRootedBase>>,
}

Fields§

§_base: PersistentRootedBase§_phantom_0: PhantomData<UnsafeCell<PersistentRootedBase>>

Trait Implementations§

source§

impl<Base> Clone for TypedRootedGCThingBase<Base>where Base: Clone,

source§

fn clone(&self) -> TypedRootedGCThingBase<Base>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<Base> Debug for TypedRootedGCThingBase<Base>where Base: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<Base> PartialEq<TypedRootedGCThingBase<Base>> for TypedRootedGCThingBase<Base>where Base: PartialEq<Base>,

source§

fn eq(&self, other: &TypedRootedGCThingBase<Base>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<Base> Copy for TypedRootedGCThingBase<Base>where Base: Copy,

source§

impl<Base> StructuralPartialEq for TypedRootedGCThingBase<Base>