pub type RootedTraceableTraits_PersistentBase = TypedRootedTraceableBase<PersistentRootedTraceableBase>;
Aliased Type§
struct RootedTraceableTraits_PersistentBase {
pub _phantom_0: PhantomData<UnsafeCell<PersistentRootedTraceableBase>>,
pub _base: PersistentRootedTraceableBase,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<PersistentRootedTraceableBase>>
§_base: PersistentRootedTraceableBase
Trait Implementations
Source§impl<Base: Clone> Clone for TypedRootedTraceableBase<Base>
impl<Base: Clone> Clone for TypedRootedTraceableBase<Base>
Source§fn clone(&self) -> TypedRootedTraceableBase<Base>
fn clone(&self) -> TypedRootedTraceableBase<Base>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<Base: Debug> Debug for TypedRootedTraceableBase<Base>
impl<Base: Debug> Debug for TypedRootedTraceableBase<Base>
Source§impl<Base: PartialEq> PartialEq for TypedRootedTraceableBase<Base>
impl<Base: PartialEq> PartialEq for TypedRootedTraceableBase<Base>
Source§fn eq(&self, other: &TypedRootedTraceableBase<Base>) -> bool
fn eq(&self, other: &TypedRootedTraceableBase<Base>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.