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

pub enum MatchType {
    Boolean,
    Phrase,
    PhrasePrefix,
}

MatchType - the type of Match query

Variants

Trait Implementations

impl Debug for MatchType
[src]

Formats the value using the given formatter.

impl Clone for MatchType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for MatchType
[src]

Serializes this value into this serializer.