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

pub struct MinResult {
    pub value: JsonVal,
}

Fields

value

Trait Implementations

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

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

Derived Implementations

impl Debug for MinResult

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