#[repr(C)]pub struct StackRootedTraceableBase {
pub _base: StackRootedBase,
pub _base_1: VirtualTraceable,
}Fields§
§_base: StackRootedBase§_base_1: VirtualTraceableTrait Implementations§
Source§impl Debug for StackRootedTraceableBase
impl Debug for StackRootedTraceableBase
Source§impl PartialEq for StackRootedTraceableBase
impl PartialEq for StackRootedTraceableBase
Source§fn eq(&self, other: &StackRootedTraceableBase) -> bool
fn eq(&self, other: &StackRootedTraceableBase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StackRootedTraceableBase
Auto Trait Implementations§
impl !Send for StackRootedTraceableBase
impl !Sync for StackRootedTraceableBase
impl Freeze for StackRootedTraceableBase
impl RefUnwindSafe for StackRootedTraceableBase
impl Unpin for StackRootedTraceableBase
impl UnsafeUnpin for StackRootedTraceableBase
impl UnwindSafe for StackRootedTraceableBase
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
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more