Struct square_api_client::models::InvoiceQuery
source · [−]pub struct InvoiceQuery {
pub filter: InvoiceFilter,
pub sort: Option<InvoiceSort>,
}
Expand description
Describes query criteria for searching invoices.
Fields
filter: InvoiceFilter
Query filters to apply in searching invoices. For more information, see Search for invoices.
sort: Option<InvoiceSort>
Describes the sort order for the search result.
Trait Implementations
sourceimpl Clone for InvoiceQuery
impl Clone for InvoiceQuery
sourcefn clone(&self) -> InvoiceQuery
fn clone(&self) -> InvoiceQuery
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 InvoiceQuery
impl Debug for InvoiceQuery
sourceimpl Default for InvoiceQuery
impl Default for InvoiceQuery
sourcefn default() -> InvoiceQuery
fn default() -> InvoiceQuery
Returns the “default value” for a type. Read more
sourceimpl PartialEq<InvoiceQuery> for InvoiceQuery
impl PartialEq<InvoiceQuery> for InvoiceQuery
sourcefn eq(&self, other: &InvoiceQuery) -> bool
fn eq(&self, other: &InvoiceQuery) -> bool
sourceimpl Serialize for InvoiceQuery
impl Serialize for InvoiceQuery
impl Eq for InvoiceQuery
impl StructuralEq for InvoiceQuery
impl StructuralPartialEq for InvoiceQuery
Auto Trait Implementations
impl RefUnwindSafe for InvoiceQuery
impl Send for InvoiceQuery
impl Sync for InvoiceQuery
impl Unpin for InvoiceQuery
impl UnwindSafe for InvoiceQuery
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.