Struct elasticsearch_dsl::search::queries::params::MinimumShouldMatch
source · [−]pub struct MinimumShouldMatch(_);
Expand description
The minimum_should_match
type alias
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
Trait Implementations
sourceimpl Clone for MinimumShouldMatch
impl Clone for MinimumShouldMatch
sourcefn clone(&self) -> MinimumShouldMatch
fn clone(&self) -> MinimumShouldMatch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MinimumShouldMatch
impl Debug for MinimumShouldMatch
sourceimpl<T> From<T> for MinimumShouldMatch where
T: ToString,
impl<T> From<T> for MinimumShouldMatch where
T: ToString,
sourceimpl Ord for MinimumShouldMatch
impl Ord for MinimumShouldMatch
sourceimpl PartialEq<MinimumShouldMatch> for MinimumShouldMatch
impl PartialEq<MinimumShouldMatch> for MinimumShouldMatch
sourcefn eq(&self, other: &MinimumShouldMatch) -> bool
fn eq(&self, other: &MinimumShouldMatch) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MinimumShouldMatch) -> bool
fn ne(&self, other: &MinimumShouldMatch) -> bool
This method tests for !=
.
sourceimpl PartialOrd<MinimumShouldMatch> for MinimumShouldMatch
impl PartialOrd<MinimumShouldMatch> for MinimumShouldMatch
sourcefn partial_cmp(&self, other: &MinimumShouldMatch) -> Option<Ordering>
fn partial_cmp(&self, other: &MinimumShouldMatch) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Serialize for MinimumShouldMatch
impl Serialize for MinimumShouldMatch
impl Eq for MinimumShouldMatch
impl StructuralEq for MinimumShouldMatch
impl StructuralPartialEq for MinimumShouldMatch
Auto Trait Implementations
impl RefUnwindSafe for MinimumShouldMatch
impl Send for MinimumShouldMatch
impl Sync for MinimumShouldMatch
impl Unpin for MinimumShouldMatch
impl UnwindSafe for MinimumShouldMatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more