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
sourceimpl Clone for CatalogQueryPrefix
impl Clone for CatalogQueryPrefix
sourcefn clone(&self) -> CatalogQueryPrefix
fn clone(&self) -> CatalogQueryPrefix
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 CatalogQueryPrefix
impl Debug for CatalogQueryPrefix
sourceimpl Default for CatalogQueryPrefix
impl Default for CatalogQueryPrefix
sourcefn default() -> CatalogQueryPrefix
fn default() -> CatalogQueryPrefix
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CatalogQueryPrefix> for CatalogQueryPrefix
impl PartialEq<CatalogQueryPrefix> for CatalogQueryPrefix
sourcefn eq(&self, other: &CatalogQueryPrefix) -> bool
fn eq(&self, other: &CatalogQueryPrefix) -> bool
sourceimpl 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
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.