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

pub struct MaxResult {
    pub value: JsonVal,
}

Fields

value

Trait Implementations

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

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

Derived Implementations

impl Debug for MaxResult

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