Struct async_alloc_counter::AsyncAllocatorCounter [−][src]
pub struct AsyncAllocatorCounter<T> {
pub allocator: T,
}
Fields
allocator: T
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for AsyncAllocatorCounter<T> where
T: RefUnwindSafe,
impl<T> Send for AsyncAllocatorCounter<T> where
T: Send,
impl<T> Sync for AsyncAllocatorCounter<T> where
T: Sync,
impl<T> Unpin for AsyncAllocatorCounter<T> where
T: Unpin,
impl<T> UnwindSafe for AsyncAllocatorCounter<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
fn trace(self, id: u32) -> TraceAllocator<Self>ⓘNotable traits for TraceAllocator<T>impl<T: Future> Future for TraceAllocator<T> type Output = (usize, T::Output);
Notable traits for TraceAllocator<T>
impl<T: Future> Future for TraceAllocator<T> type Output = (usize, T::Output);