Struct square_api_client::models::CatalogQuerySet
source · [−]Expand description
The query filter to return the search result(s) by exact match of the specified attribute_name
and any of the attribute_values
.
Fields
attribute_name: String
The name of the attribute to be searched. Matching of the attribute name is exact.
Min Length 1
attribute_values: Vec<String>
The desired values of the search attribute. Matching of the attribute values is exact and case insensitive. A maximum of 250 values may be searched in a request.
Trait Implementations
sourceimpl Clone for CatalogQuerySet
impl Clone for CatalogQuerySet
sourcefn clone(&self) -> CatalogQuerySet
fn clone(&self) -> CatalogQuerySet
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 CatalogQuerySet
impl Debug for CatalogQuerySet
sourceimpl Default for CatalogQuerySet
impl Default for CatalogQuerySet
sourcefn default() -> CatalogQuerySet
fn default() -> CatalogQuerySet
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CatalogQuerySet> for CatalogQuerySet
impl PartialEq<CatalogQuerySet> for CatalogQuerySet
sourcefn eq(&self, other: &CatalogQuerySet) -> bool
fn eq(&self, other: &CatalogQuerySet) -> bool
sourceimpl Serialize for CatalogQuerySet
impl Serialize for CatalogQuerySet
impl Eq for CatalogQuerySet
impl StructuralEq for CatalogQuerySet
impl StructuralPartialEq for CatalogQuerySet
Auto Trait Implementations
impl RefUnwindSafe for CatalogQuerySet
impl Send for CatalogQuerySet
impl Sync for CatalogQuerySet
impl Unpin for CatalogQuerySet
impl UnwindSafe for CatalogQuerySet
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.