pub struct TermsOrderCollection(/* private fields */);
Expand description
Terms Aggregation sorting criteria
Trait Implementations§
Source§impl Clone for TermsOrderCollection
impl Clone for TermsOrderCollection
Source§fn clone(&self) -> TermsOrderCollection
fn clone(&self) -> TermsOrderCollection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TermsOrderCollection
impl Debug for TermsOrderCollection
Source§impl Default for TermsOrderCollection
impl Default for TermsOrderCollection
Source§fn default() -> TermsOrderCollection
fn default() -> TermsOrderCollection
Returns the “default value” for a type. Read more
Source§impl<T> From<T> for TermsOrderCollection
impl<T> From<T> for TermsOrderCollection
Source§impl From<TermsOrder> for TermsOrderCollection
impl From<TermsOrder> for TermsOrderCollection
Source§fn from(value: TermsOrder) -> Self
fn from(value: TermsOrder) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TermsOrderCollection
impl PartialEq for TermsOrderCollection
Source§impl Serialize for TermsOrderCollection
impl Serialize for TermsOrderCollection
impl Eq for TermsOrderCollection
impl StructuralPartialEq for TermsOrderCollection
Auto Trait Implementations§
impl Freeze for TermsOrderCollection
impl RefUnwindSafe for TermsOrderCollection
impl Send for TermsOrderCollection
impl Sync for TermsOrderCollection
impl Unpin for TermsOrderCollection
impl UnwindSafe for TermsOrderCollection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more