pub type RootedTraceableTraits_PersistentBase = TypedRootedTraceableBase<PersistentRootedTraceableBase>;

Aliased Type§

struct RootedTraceableTraits_PersistentBase {
    pub _base: PersistentRootedTraceableBase,
    pub _phantom_0: PhantomData<UnsafeCell<PersistentRootedTraceableBase>>,
}

Fields§

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

Trait Implementations§

source§

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

source§

fn clone(&self) -> TypedRootedTraceableBase<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 TypedRootedTraceableBase<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<TypedRootedTraceableBase<Base>> for TypedRootedTraceableBase<Base>where Base: PartialEq<Base>,

source§

fn eq(&self, other: &TypedRootedTraceableBase<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 TypedRootedTraceableBase<Base>where Base: Copy,

source§

impl<Base> StructuralPartialEq for TypedRootedTraceableBase<Base>