pub enum SearchEmailsSorterOrder {
Ascending,
Descending,
}Available on crate feature
search only.Expand description
Sort direction. Defaults to ascending.
Variants§
Trait Implementations§
Source§impl Clone for SearchEmailsSorterOrder
impl Clone for SearchEmailsSorterOrder
Source§fn clone(&self) -> SearchEmailsSorterOrder
fn clone(&self) -> SearchEmailsSorterOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SearchEmailsSorterOrder
impl Debug for SearchEmailsSorterOrder
Source§impl Default for SearchEmailsSorterOrder
impl Default for SearchEmailsSorterOrder
Source§fn default() -> SearchEmailsSorterOrder
fn default() -> SearchEmailsSorterOrder
Returns the “default value” for a type. Read more
impl Eq for SearchEmailsSorterOrder
Source§impl Ord for SearchEmailsSorterOrder
impl Ord for SearchEmailsSorterOrder
Source§fn cmp(&self, other: &SearchEmailsSorterOrder) -> Ordering
fn cmp(&self, other: &SearchEmailsSorterOrder) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SearchEmailsSorterOrder
impl PartialEq for SearchEmailsSorterOrder
Source§fn eq(&self, other: &SearchEmailsSorterOrder) -> bool
fn eq(&self, other: &SearchEmailsSorterOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SearchEmailsSorterOrder
impl PartialOrd for SearchEmailsSorterOrder
impl StructuralPartialEq for SearchEmailsSorterOrder
Auto Trait Implementations§
impl Freeze for SearchEmailsSorterOrder
impl RefUnwindSafe for SearchEmailsSorterOrder
impl Send for SearchEmailsSorterOrder
impl Sync for SearchEmailsSorterOrder
impl Unpin for SearchEmailsSorterOrder
impl UnsafeUnpin for SearchEmailsSorterOrder
impl UnwindSafe for SearchEmailsSorterOrder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.impl<T> OrderedSeq<'_, T> for Twhere
T: Clone,
Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.