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

pub struct AvgResult {
    pub value: f64,
}

Fields

value

Trait Implementations

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

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

Derived Implementations

impl Debug for AvgResult

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