Enum rs_es::query::MatchType [] [src]

pub enum MatchType {
    Phrase,
    PhrasePrefix,
}

Variants

Phrase
PhrasePrefix

Trait Implementations

impl ToJson for MatchType

fn to_json(&self) -> Json

Derived Implementations

impl Debug for MatchType

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