Struct rs_es::query::CombinationMinimumShouldMatch [] [src]

pub struct CombinationMinimumShouldMatch {
    // some fields omitted
}

Minimum should match - used in numerous queries TODO: should go somewhere specific

Methods

impl CombinationMinimumShouldMatch
[src]

fn new<A, B>(first: A, second: B) -> CombinationMinimumShouldMatch where A: Into<MinimumShouldMatch>, B: Into<MinimumShouldMatch>

Trait Implementations

impl Debug for CombinationMinimumShouldMatch
[src]

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

Formats the value using the given formatter.

impl ToString for CombinationMinimumShouldMatch
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more

impl Serialize for CombinationMinimumShouldMatch
[src]

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.