Struct rocksdb::perf::PerfContext
source · [−]pub struct PerfContext { /* private fields */ }
Expand description
Thread local context for gathering performance counter efficiently and transparently.
Implementations
sourceimpl PerfContext
impl PerfContext
Trait Implementations
sourceimpl Default for PerfContext
impl Default for PerfContext
sourcefn default() -> PerfContext
fn default() -> PerfContext
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerfContext
impl !Send for PerfContext
impl !Sync for PerfContext
impl Unpin for PerfContext
impl UnwindSafe for PerfContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more