Struct rocksdb::perf::PerfContext
source · pub struct PerfContext { /* private fields */ }
Expand description
Thread local context for gathering performance counter efficiently and transparently.
Implementations§
Trait Implementations§
source§impl Default for PerfContext
impl Default for PerfContext
Auto Trait Implementations§
impl Freeze for PerfContext
impl RefUnwindSafe for PerfContext
impl !Send for PerfContext
impl !Sync for PerfContext
impl Unpin for PerfContext
impl UnwindSafe for PerfContext
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