#[repr(C)]pub struct CustomAutoRooter<T> { /* private fields */ }Implementations§
Source§impl<T: CustomTrace> CustomAutoRooter<T>
impl<T: CustomTrace> CustomAutoRooter<T>
Auto Trait Implementations§
impl<T> Freeze for CustomAutoRooter<T>where
T: Freeze,
impl<T> RefUnwindSafe for CustomAutoRooter<T>where
T: RefUnwindSafe,
impl<T> !Send for CustomAutoRooter<T>
impl<T> !Sync for CustomAutoRooter<T>
impl<T> Unpin for CustomAutoRooter<T>where
T: Unpin,
impl<T> UnwindSafe for CustomAutoRooter<T>where
T: UnwindSafe,
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
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.