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

pub struct Missing<'a> {
    pub field: &'a str,
}

Missing aggregation

Fields

field

Methods

impl<'a> Missing<'a>

fn new(field: &'a str) -> Missing<'a>

Trait Implementations

impl<'a> ToJson for Missing<'a>

fn to_json(&self) -> Json

Derived Implementations

impl<'a> Debug for Missing<'a>

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