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

pub struct CardinalityResult {
    pub value: u64,
}

Fields

value

Trait Implementations

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

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

Derived Implementations

impl Debug for CardinalityResult

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