Struct elasticsearch_dsl::search::aggregations::params::TermsOrderCollection
source · [−]pub struct TermsOrderCollection(_);
Expand description
Terms Aggregation sorting criteria
Trait Implementations
sourceimpl Clone for TermsOrderCollection
impl Clone for TermsOrderCollection
sourcefn clone(&self) -> TermsOrderCollection
fn clone(&self) -> TermsOrderCollection
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 TermsOrderCollection
impl Debug for TermsOrderCollection
sourceimpl Default for TermsOrderCollection
impl Default for TermsOrderCollection
sourcefn default() -> TermsOrderCollection
fn default() -> TermsOrderCollection
Returns the “default value” for a type. Read more
sourceimpl<T> From<T> for TermsOrderCollection where
T: IntoIterator,
T::Item: Into<TermsOrder>,
impl<T> From<T> for TermsOrderCollection where
T: IntoIterator,
T::Item: Into<TermsOrder>,
sourceimpl From<TermsOrder> for TermsOrderCollection
impl From<TermsOrder> for TermsOrderCollection
sourcefn from(value: TermsOrder) -> Self
fn from(value: TermsOrder) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TermsOrderCollection> for TermsOrderCollection
impl PartialEq<TermsOrderCollection> for TermsOrderCollection
sourcefn eq(&self, other: &TermsOrderCollection) -> bool
fn eq(&self, other: &TermsOrderCollection) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TermsOrderCollection) -> bool
fn ne(&self, other: &TermsOrderCollection) -> bool
This method tests for !=
.
sourceimpl Serialize for TermsOrderCollection
impl Serialize for TermsOrderCollection
impl StructuralPartialEq for TermsOrderCollection
Auto Trait Implementations
impl RefUnwindSafe for TermsOrderCollection
impl Send for TermsOrderCollection
impl Sync for TermsOrderCollection
impl Unpin for TermsOrderCollection
impl UnwindSafe for TermsOrderCollection
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