Enum rs_es::query::full_text::MatchType
[−]
[src]
pub enum MatchType { Boolean, Phrase, PhrasePrefix, }
MatchType - the type of Match query
Variants
Boolean
Phrase
PhrasePrefix
Trait Implementations
impl Debug for MatchType
[src]
impl Clone for MatchType
[src]
fn clone(&self) -> MatchType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Serialize for MatchType
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.