Struct square_api_client::models::SearchCustomersQuery
source · [−]pub struct SearchCustomersQuery {
pub filter: Option<SearchCustomersFilter>,
pub sort: Option<SearchCustomersSort>,
}
Expand description
Contains query criteria for the search.
Fields
filter: Option<SearchCustomersFilter>
Criteria to filter results by.
sort: Option<SearchCustomersSort>
Criteria to sort results by.
Trait Implementations
sourceimpl Clone for SearchCustomersQuery
impl Clone for SearchCustomersQuery
sourcefn clone(&self) -> SearchCustomersQuery
fn clone(&self) -> SearchCustomersQuery
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 SearchCustomersQuery
impl Debug for SearchCustomersQuery
sourceimpl Default for SearchCustomersQuery
impl Default for SearchCustomersQuery
sourcefn default() -> SearchCustomersQuery
fn default() -> SearchCustomersQuery
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SearchCustomersQuery> for SearchCustomersQuery
impl PartialEq<SearchCustomersQuery> for SearchCustomersQuery
sourcefn eq(&self, other: &SearchCustomersQuery) -> bool
fn eq(&self, other: &SearchCustomersQuery) -> bool
sourceimpl Serialize for SearchCustomersQuery
impl Serialize for SearchCustomersQuery
impl Eq for SearchCustomersQuery
impl StructuralEq for SearchCustomersQuery
impl StructuralPartialEq for SearchCustomersQuery
Auto Trait Implementations
impl RefUnwindSafe for SearchCustomersQuery
impl Send for SearchCustomersQuery
impl Sync for SearchCustomersQuery
impl Unpin for SearchCustomersQuery
impl UnwindSafe for SearchCustomersQuery
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.