Struct square_api_client::models::SearchOrdersQuery
source · pub struct SearchOrdersQuery {
pub filter: Option<SearchOrdersFilter>,
pub sort: Option<SearchOrdersSort>,
}
Expand description
Contains query criteria for the search.
Fields
filter: Option<SearchOrdersFilter>
Criteria to filter results by.
sort: Option<SearchOrdersSort>
Criteria to sort results by.
Trait Implementations
sourceimpl Clone for SearchOrdersQuery
impl Clone for SearchOrdersQuery
sourcefn clone(&self) -> SearchOrdersQuery
fn clone(&self) -> SearchOrdersQuery
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 moresourceimpl Debug for SearchOrdersQuery
impl Debug for SearchOrdersQuery
sourceimpl Default for SearchOrdersQuery
impl Default for SearchOrdersQuery
sourcefn default() -> SearchOrdersQuery
fn default() -> SearchOrdersQuery
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SearchOrdersQuery> for SearchOrdersQuery
impl PartialEq<SearchOrdersQuery> for SearchOrdersQuery
sourcefn eq(&self, other: &SearchOrdersQuery) -> bool
fn eq(&self, other: &SearchOrdersQuery) -> bool
sourceimpl Serialize for SearchOrdersQuery
impl Serialize for SearchOrdersQuery
impl Eq for SearchOrdersQuery
impl StructuralEq for SearchOrdersQuery
impl StructuralPartialEq for SearchOrdersQuery
Auto Trait Implementations
impl RefUnwindSafe for SearchOrdersQuery
impl Send for SearchOrdersQuery
impl Sync for SearchOrdersQuery
impl Unpin for SearchOrdersQuery
impl UnwindSafe for SearchOrdersQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.