pub struct CatalogQueryItemsForModifierList {
pub modifier_list_ids: Vec<String>,
}
Expand description
The query filter to return the items containing the specified modifier list IDs.
Fields§
§modifier_list_ids: Vec<String>
A set of CatalogModifierList
IDs to be used to find associated CatalogItem
s.
Trait Implementations§
Source§impl Clone for CatalogQueryItemsForModifierList
impl Clone for CatalogQueryItemsForModifierList
Source§fn clone(&self) -> CatalogQueryItemsForModifierList
fn clone(&self) -> CatalogQueryItemsForModifierList
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 Default for CatalogQueryItemsForModifierList
impl Default for CatalogQueryItemsForModifierList
Source§fn default() -> CatalogQueryItemsForModifierList
fn default() -> CatalogQueryItemsForModifierList
Returns the “default value” for a type. Read more
Source§impl PartialEq for CatalogQueryItemsForModifierList
impl PartialEq for CatalogQueryItemsForModifierList
Source§fn eq(&self, other: &CatalogQueryItemsForModifierList) -> bool
fn eq(&self, other: &CatalogQueryItemsForModifierList) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for CatalogQueryItemsForModifierList
impl StructuralPartialEq for CatalogQueryItemsForModifierList
Auto Trait Implementations§
impl Freeze for CatalogQueryItemsForModifierList
impl RefUnwindSafe for CatalogQueryItemsForModifierList
impl Send for CatalogQueryItemsForModifierList
impl Sync for CatalogQueryItemsForModifierList
impl Unpin for CatalogQueryItemsForModifierList
impl UnwindSafe for CatalogQueryItemsForModifierList
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.