Struct elasticsearch_dsl::search::aggregations::bucket::TermsAggregationOrder [−][src]
pub struct TermsAggregationOrder { /* fields omitted */ }Expand description
Terms Aggregation sorting struct
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TermsAggregationOrder
impl Send for TermsAggregationOrder
impl Sync for TermsAggregationOrder
impl Unpin for TermsAggregationOrder
impl UnwindSafe for TermsAggregationOrder
Blanket Implementations
Mutably borrows from an owned value. Read more