Enum rs_es::query::Flag [] [src]

pub enum Flag {
    All,
    AnyString,
    Complement,
    Intersection,
    Interval,
    None,
}

Variants

All
AnyString
Complement
Intersection
Interval
None

Trait Implementations

impl ToString for Flag

fn to_string(&self) -> String

Derived Implementations

impl Debug for Flag

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