Struct prometheus_http_query::response::Timings
source · pub struct Timings { /* private fields */ }Implementations§
source§impl Timings
impl Timings
pub fn eval_total_time(&self) -> f64
pub fn result_sort_time(&self) -> f64
pub fn query_preparation_time(&self) -> f64
pub fn inner_eval_time(&self) -> f64
pub fn exec_queue_time(&self) -> f64
pub fn exec_total_time(&self) -> f64
Trait Implementations§
source§impl<'de> Deserialize<'de> for Timings
impl<'de> Deserialize<'de> for Timings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more