Struct rs_es::operations::search::aggregations::PercentilesResult [] [src]

pub struct PercentilesResult {
    pub values: HashMap<String, f64>,
}

Fields

values

Trait Implementations

impl<'a> From<&'a Json> for PercentilesResult

fn from(from: &'a Json) -> PercentilesResult

Derived Implementations

impl Debug for PercentilesResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result