pub struct CatalogQueryItemsForItemOptions {
pub item_option_ids: Vec<String>,
}Expand description
The query filter to return the items containing the specified item option IDs.
Fields§
§item_option_ids: Vec<String>A set of CatalogItemOption IDs to be used to find associated CatalogItems. All Items
that contain all of the given Item Options (in any order) will be returned.
Trait Implementations§
Source§impl Clone for CatalogQueryItemsForItemOptions
impl Clone for CatalogQueryItemsForItemOptions
Source§fn clone(&self) -> CatalogQueryItemsForItemOptions
fn clone(&self) -> CatalogQueryItemsForItemOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CatalogQueryItemsForItemOptions
impl Default for CatalogQueryItemsForItemOptions
Source§fn default() -> CatalogQueryItemsForItemOptions
fn default() -> CatalogQueryItemsForItemOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for CatalogQueryItemsForItemOptions
impl PartialEq for CatalogQueryItemsForItemOptions
Source§fn eq(&self, other: &CatalogQueryItemsForItemOptions) -> bool
fn eq(&self, other: &CatalogQueryItemsForItemOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CatalogQueryItemsForItemOptions
impl StructuralPartialEq for CatalogQueryItemsForItemOptions
Auto Trait Implementations§
impl Freeze for CatalogQueryItemsForItemOptions
impl RefUnwindSafe for CatalogQueryItemsForItemOptions
impl Send for CatalogQueryItemsForItemOptions
impl Sync for CatalogQueryItemsForItemOptions
impl Unpin for CatalogQueryItemsForItemOptions
impl UnwindSafe for CatalogQueryItemsForItemOptions
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.