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