pub type RootedGCThingTraits_StackBase = TypedRootedGCThingBase<StackRootedBase>;
Aliased Type§
struct RootedGCThingTraits_StackBase {
pub _phantom_0: PhantomData<UnsafeCell<StackRootedBase>>,
pub _base: StackRootedBase,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<StackRootedBase>>
§_base: StackRootedBase
Trait Implementations
Source§impl<Base: Clone> Clone for TypedRootedGCThingBase<Base>
impl<Base: Clone> Clone for TypedRootedGCThingBase<Base>
Source§fn clone(&self) -> TypedRootedGCThingBase<Base>
fn clone(&self) -> TypedRootedGCThingBase<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 TypedRootedGCThingBase<Base>
impl<Base: Debug> Debug for TypedRootedGCThingBase<Base>
Source§impl<Base: PartialEq> PartialEq for TypedRootedGCThingBase<Base>
impl<Base: PartialEq> PartialEq for TypedRootedGCThingBase<Base>
Source§fn eq(&self, other: &TypedRootedGCThingBase<Base>) -> bool
fn eq(&self, other: &TypedRootedGCThingBase<Base>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.