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