#[repr(C)]
pub struct CassSpeculativeExecutionMetrics_ { pub min: cass_uint64_t, pub max: cass_uint64_t, pub mean: cass_uint64_t, pub stddev: cass_uint64_t, pub median: cass_uint64_t, pub percentile_75th: cass_uint64_t, pub percentile_95th: cass_uint64_t, pub percentile_98th: cass_uint64_t, pub percentile_99th: cass_uint64_t, pub percentile_999th: cass_uint64_t, pub count: cass_uint64_t, pub percentage: cass_double_t, }

Fields

min: cass_uint64_t

< Minimum in microseconds

max: cass_uint64_t

< Maximum in microseconds

mean: cass_uint64_t

< Mean in microseconds

stddev: cass_uint64_t

< Standard deviation in microseconds

median: cass_uint64_t

< Median in microseconds

percentile_75th: cass_uint64_t

< 75th percentile in microseconds

percentile_95th: cass_uint64_t

< 95th percentile in microseconds

percentile_98th: cass_uint64_t

< 98th percentile in microseconds

percentile_99th: cass_uint64_t

< 99the percentile in microseconds

percentile_999th: cass_uint64_t

< 99.9th percentile in microseconds

count: cass_uint64_t

< The number of aborted speculative retries

percentage: cass_double_t

< Fraction of requests that are aborted speculative retries

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.