Struct square_api_client::models::CatalogQueryPrefix
source · Expand description
The query filter to return the search result whose named attribute values are prefixed by the specified attribute value.
Fields§
§attribute_name: String
The name of the attribute to be searched.
Min Length 1
attribute_prefix: String
The desired prefix of the search attribute value.
Min Length 1
Trait Implementations§
source§impl Clone for CatalogQueryPrefix
impl Clone for CatalogQueryPrefix
source§fn clone(&self) -> CatalogQueryPrefix
fn clone(&self) -> CatalogQueryPrefix
Returns a copy 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 Debug for CatalogQueryPrefix
impl Debug for CatalogQueryPrefix
source§impl Default for CatalogQueryPrefix
impl Default for CatalogQueryPrefix
source§fn default() -> CatalogQueryPrefix
fn default() -> CatalogQueryPrefix
Returns the “default value” for a type. Read more
source§impl PartialEq<CatalogQueryPrefix> for CatalogQueryPrefix
impl PartialEq<CatalogQueryPrefix> for CatalogQueryPrefix
source§fn eq(&self, other: &CatalogQueryPrefix) -> bool
fn eq(&self, other: &CatalogQueryPrefix) -> bool
source§impl Serialize for CatalogQueryPrefix
impl Serialize for CatalogQueryPrefix
impl Eq for CatalogQueryPrefix
impl StructuralEq for CatalogQueryPrefix
impl StructuralPartialEq for CatalogQueryPrefix
Auto Trait Implementations§
impl RefUnwindSafe for CatalogQueryPrefix
impl Send for CatalogQueryPrefix
impl Sync for CatalogQueryPrefix
impl Unpin for CatalogQueryPrefix
impl UnwindSafe for CatalogQueryPrefix
Blanket Implementations§
source§impl<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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.