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

pub struct ValueCountResult {
    pub value: u64,
}

Fields

value

Trait Implementations

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

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

Derived Implementations

impl Debug for ValueCountResult

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