Struct memory_db::NoopTracker
source · [−]pub struct NoopTracker<T>(_);
Expand description
No-op MemTracker
implementation for when we want to
construct a MemoryDB
instance that does not track memory usage.
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 NoopTracker<T> where
T: RefUnwindSafe,
impl<T> Send for NoopTracker<T> where
T: Send,
impl<T> Sync for NoopTracker<T> where
T: Sync,
impl<T> Unpin for NoopTracker<T> where
T: Unpin,
impl<T> UnwindSafe for NoopTracker<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more