Enum rs_es::query::NoMatchFilter [] [src]

pub enum NoMatchFilter {
    None,
    All,
    Filter(Box<Filter>),
}

Variants

None
All
Filter

Trait Implementations

impl From<Filter> for NoMatchFilter

fn from(from: Filter) -> NoMatchFilter

impl ToJson for NoMatchFilter

fn to_json(&self) -> Json

Derived Implementations

impl Debug for NoMatchFilter

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