Enum rs_es::query::Execution [] [src]

pub enum Execution {
    Plain,
    Fielddata,
    Bool,
    BoolNocache,
    And,
    AndNocache,
    Or,
    OrNocache,
}

Variants

Plain
Fielddata
Bool
BoolNocache
And
AndNocache
Or
OrNocache

Trait Implementations

impl ToJson for Execution

fn to_json(&self) -> Json

Derived Implementations

impl Debug for Execution

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