pub struct SearchEmailsQuery {
pub filter: Option<SearchEmailsFilterQuery>,
pub sort: Option<SearchEmailsSortQuery>,
}Available on crate feature
search only.Expand description
The search emails query structure.
Composed of an optional recursive SearchEmailsFilterQuery and an
optional SearchEmailsSortQuery. At least one of the two must be
present in a valid query string.
Fields§
§filter: Option<SearchEmailsFilterQuery>The recursive emails search filter query.
sort: Option<SearchEmailsSortQuery>The emails search sort query.
Trait Implementations§
Source§impl Clone for SearchEmailsQuery
impl Clone for SearchEmailsQuery
Source§fn clone(&self) -> SearchEmailsQuery
fn clone(&self) -> SearchEmailsQuery
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 SearchEmailsQuery
impl Debug for SearchEmailsQuery
impl Eq for SearchEmailsQuery
Source§impl FromStr for SearchEmailsQuery
impl FromStr for SearchEmailsQuery
Source§impl Ord for SearchEmailsQuery
impl Ord for SearchEmailsQuery
Source§fn cmp(&self, other: &SearchEmailsQuery) -> Ordering
fn cmp(&self, other: &SearchEmailsQuery) -> 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 SearchEmailsQuery
impl PartialEq for SearchEmailsQuery
Source§fn eq(&self, other: &SearchEmailsQuery) -> bool
fn eq(&self, other: &SearchEmailsQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SearchEmailsQuery
impl PartialOrd for SearchEmailsQuery
impl StructuralPartialEq for SearchEmailsQuery
Auto Trait Implementations§
impl Freeze for SearchEmailsQuery
impl RefUnwindSafe for SearchEmailsQuery
impl Send for SearchEmailsQuery
impl Sync for SearchEmailsQuery
impl Unpin for SearchEmailsQuery
impl UnsafeUnpin for SearchEmailsQuery
impl UnwindSafe for SearchEmailsQuery
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.