Struct square_api_client::models::CatalogQueryItemsForTax
source · [−]Expand description
The query filter to return the items containing the specified tax IDs.
Fields
tax_ids: Vec<String>
A set of CatalogTax
IDs to be used to find associated CatalogItem
s.
Trait Implementations
sourceimpl Clone for CatalogQueryItemsForTax
impl Clone for CatalogQueryItemsForTax
sourcefn clone(&self) -> CatalogQueryItemsForTax
fn clone(&self) -> CatalogQueryItemsForTax
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 CatalogQueryItemsForTax
impl Debug for CatalogQueryItemsForTax
sourceimpl Default for CatalogQueryItemsForTax
impl Default for CatalogQueryItemsForTax
sourcefn default() -> CatalogQueryItemsForTax
fn default() -> CatalogQueryItemsForTax
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CatalogQueryItemsForTax> for CatalogQueryItemsForTax
impl PartialEq<CatalogQueryItemsForTax> for CatalogQueryItemsForTax
sourcefn eq(&self, other: &CatalogQueryItemsForTax) -> bool
fn eq(&self, other: &CatalogQueryItemsForTax) -> bool
sourceimpl Serialize for CatalogQueryItemsForTax
impl Serialize for CatalogQueryItemsForTax
impl Eq for CatalogQueryItemsForTax
impl StructuralEq for CatalogQueryItemsForTax
impl StructuralPartialEq for CatalogQueryItemsForTax
Auto Trait Implementations
impl RefUnwindSafe for CatalogQueryItemsForTax
impl Send for CatalogQueryItemsForTax
impl Sync for CatalogQueryItemsForTax
impl Unpin for CatalogQueryItemsForTax
impl UnwindSafe for CatalogQueryItemsForTax
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.