Struct libreda_db::profile::PerfCounters
source · [−]pub struct PerfCounters {
pub insert_shape: PerfCounter,
}
Expand description
Statistics on function calls of the DB.
Fields
insert_shape: PerfCounter
Performance counters of insert_shape()
.
Trait Implementations
sourceimpl Clone for PerfCounters
impl Clone for PerfCounters
sourcefn clone(&self) -> PerfCounters
fn clone(&self) -> PerfCounters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PerfCounters
impl Debug for PerfCounters
sourceimpl Default for PerfCounters
impl Default for PerfCounters
sourcefn default() -> PerfCounters
fn default() -> PerfCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerfCounters
impl Send for PerfCounters
impl Sync for PerfCounters
impl Unpin for PerfCounters
impl UnwindSafe for PerfCounters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more