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

pub struct CombinationMinimumShouldMatch { /* fields omitted */ }

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

Methods

impl CombinationMinimumShouldMatch
[src]

Trait Implementations

impl Debug for CombinationMinimumShouldMatch
[src]

Formats the value using the given formatter. Read more

impl ToString for CombinationMinimumShouldMatch
[src]

Converts the given value to a String. Read more

impl Serialize for CombinationMinimumShouldMatch
[src]

Serialize this value into the given Serde serializer. Read more

impl From<CombinationMinimumShouldMatch> for MinimumShouldMatch
[src]

Performs the conversion.

Auto Trait Implementations