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 CatalogItem
s. All Items
that contain all of the given Item Options (in any order) will be returned.
Trait Implementations
sourceimpl Clone for CatalogQueryItemsForItemOptions
impl Clone for CatalogQueryItemsForItemOptions
sourcefn clone(&self) -> CatalogQueryItemsForItemOptions
fn clone(&self) -> CatalogQueryItemsForItemOptions
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 Default for CatalogQueryItemsForItemOptions
impl Default for CatalogQueryItemsForItemOptions
sourcefn default() -> CatalogQueryItemsForItemOptions
fn default() -> CatalogQueryItemsForItemOptions
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CatalogQueryItemsForItemOptions> for CatalogQueryItemsForItemOptions
impl PartialEq<CatalogQueryItemsForItemOptions> for CatalogQueryItemsForItemOptions
sourcefn eq(&self, other: &CatalogQueryItemsForItemOptions) -> bool
fn eq(&self, other: &CatalogQueryItemsForItemOptions) -> bool
impl Eq for CatalogQueryItemsForItemOptions
impl StructuralEq for CatalogQueryItemsForItemOptions
impl StructuralPartialEq for CatalogQueryItemsForItemOptions
Auto Trait Implementations
impl RefUnwindSafe for CatalogQueryItemsForItemOptions
impl Send for CatalogQueryItemsForItemOptions
impl Sync for CatalogQueryItemsForItemOptions
impl Unpin for CatalogQueryItemsForItemOptions
impl UnwindSafe for CatalogQueryItemsForItemOptions
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.