Struct cassandra_cpp_sys::CassMetrics___bindgen_ty_3 [] [src]

#[repr(C)]
pub struct CassMetrics___bindgen_ty_3 { pub connection_timeouts: cass_uint64_t, pub pending_request_timeouts: cass_uint64_t, pub request_timeouts: cass_uint64_t, }

Fields

< Occurrences of a connection timeout

Occurrences of requests that timed out waiting for a connection

Trait Implementations

impl Debug for CassMetrics___bindgen_ty_3
[src]

[src]

Formats the value using the given formatter.

impl Copy for CassMetrics___bindgen_ty_3
[src]

impl Clone for CassMetrics___bindgen_ty_3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more