Enum rs_es::query::term::RegexpQueryFlags [] [src]

pub enum RegexpQueryFlags {
    All,
    Anystring,
    Complement,
    Empty,
    Intersection,
    Interval,
    None,
}

Flags for the Regexp query

Variants

Trait Implementations

impl Debug for RegexpQueryFlags
[src]

Formats the value using the given formatter.

impl AsRef<str> for RegexpQueryFlags
[src]

Performs the conversion.