pub struct CompatMetricsSnapshot {
pub open: u64,
pub close: u64,
pub exec: u64,
pub prepare: u64,
pub step: u64,
pub finalize: u64,
pub column: u64,
pub errmsg: u64,
}Fields§
§open: u64§close: u64§exec: u64§prepare: u64§step: u64§finalize: u64§column: u64§errmsg: u64Implementations§
Trait Implementations§
Source§impl Clone for CompatMetricsSnapshot
impl Clone for CompatMetricsSnapshot
Source§fn clone(&self) -> CompatMetricsSnapshot
fn clone(&self) -> CompatMetricsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompatMetricsSnapshot
impl RefUnwindSafe for CompatMetricsSnapshot
impl Send for CompatMetricsSnapshot
impl Sync for CompatMetricsSnapshot
impl Unpin for CompatMetricsSnapshot
impl UnsafeUnpin for CompatMetricsSnapshot
impl UnwindSafe for CompatMetricsSnapshot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).