Struct memory_db::MemCounter
source · [−]pub struct MemCounter<T> { /* private fields */ }
Expand description
MemTracker
implementation for types
which implement MallocSizeOf
.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for MemCounter<T> where
T: RefUnwindSafe,
impl<T> Send for MemCounter<T> where
T: Send,
impl<T> Sync for MemCounter<T> where
T: Sync,
impl<T> Unpin for MemCounter<T> where
T: Unpin,
impl<T> UnwindSafe for MemCounter<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more