Struct cassandra_cpp_sys::CassMetrics_
source · #[repr(C)]pub struct CassMetrics_ {
pub requests: CassMetrics___bindgen_ty_1,
pub stats: CassMetrics___bindgen_ty_2,
pub errors: CassMetrics___bindgen_ty_3,
}
Expand description
A snapshot of the session’s performance/diagnostic metrics.
@struct CassMetrics
Fields§
§requests: CassMetrics___bindgen_ty_1
< Performance request metrics
stats: CassMetrics___bindgen_ty_2
< Diagnostic metrics
errors: CassMetrics___bindgen_ty_3
< Error metrics
Trait Implementations§
source§impl Clone for CassMetrics_
impl Clone for CassMetrics_
source§fn clone(&self) -> CassMetrics_
fn clone(&self) -> CassMetrics_
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more