#[repr(C)]pub struct PersistentRootedTraceableBase {
pub _base: PersistentRootedBase,
pub _base_1: VirtualTraceable,
}Fields§
§_base: PersistentRootedBase§_base_1: VirtualTraceableTrait Implementations§
impl StructuralPartialEq for PersistentRootedTraceableBase
Auto Trait Implementations§
impl !Send for PersistentRootedTraceableBase
impl !Sync for PersistentRootedTraceableBase
impl Freeze for PersistentRootedTraceableBase
impl RefUnwindSafe for PersistentRootedTraceableBase
impl Unpin for PersistentRootedTraceableBase
impl UnsafeUnpin for PersistentRootedTraceableBase
impl UnwindSafe for PersistentRootedTraceableBase
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