pub struct CatalogQueryItemsForTax {
pub tax_ids: Vec<String>,
}
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§
Source§impl Clone for CatalogQueryItemsForTax
impl Clone for CatalogQueryItemsForTax
Source§fn clone(&self) -> CatalogQueryItemsForTax
fn clone(&self) -> CatalogQueryItemsForTax
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CatalogQueryItemsForTax
impl Debug for CatalogQueryItemsForTax
Source§impl Default for CatalogQueryItemsForTax
impl Default for CatalogQueryItemsForTax
Source§fn default() -> CatalogQueryItemsForTax
fn default() -> CatalogQueryItemsForTax
Returns the “default value” for a type. Read more
Source§impl PartialEq for CatalogQueryItemsForTax
impl PartialEq for CatalogQueryItemsForTax
Source§impl Serialize for CatalogQueryItemsForTax
impl Serialize for CatalogQueryItemsForTax
impl Eq for CatalogQueryItemsForTax
impl StructuralPartialEq for CatalogQueryItemsForTax
Auto Trait Implementations§
impl Freeze for CatalogQueryItemsForTax
impl RefUnwindSafe for CatalogQueryItemsForTax
impl Send for CatalogQueryItemsForTax
impl Sync for CatalogQueryItemsForTax
impl Unpin for CatalogQueryItemsForTax
impl UnwindSafe for CatalogQueryItemsForTax
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> Equivalent<K> for Q
impl<Q, K> Equivalent<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.