Struct square_api_client::models::CatalogQueryText
source · [−]Expand description
The query filter to return the search result whose searchable attribute values contain all of the specified keywords or tokens, independent of the token order or case.
Fields
keywords: Vec<String>
A list of 1, 2, or 3 search keywords. Keywords with fewer than 3 characters are ignored.
Trait Implementations
sourceimpl Clone for CatalogQueryText
impl Clone for CatalogQueryText
sourcefn clone(&self) -> CatalogQueryText
fn clone(&self) -> CatalogQueryText
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 CatalogQueryText
impl Debug for CatalogQueryText
sourceimpl Default for CatalogQueryText
impl Default for CatalogQueryText
sourcefn default() -> CatalogQueryText
fn default() -> CatalogQueryText
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CatalogQueryText> for CatalogQueryText
impl PartialEq<CatalogQueryText> for CatalogQueryText
sourcefn eq(&self, other: &CatalogQueryText) -> bool
fn eq(&self, other: &CatalogQueryText) -> bool
sourceimpl Serialize for CatalogQueryText
impl Serialize for CatalogQueryText
impl Eq for CatalogQueryText
impl StructuralEq for CatalogQueryText
impl StructuralPartialEq for CatalogQueryText
Auto Trait Implementations
impl RefUnwindSafe for CatalogQueryText
impl Send for CatalogQueryText
impl Sync for CatalogQueryText
impl Unpin for CatalogQueryText
impl UnwindSafe for CatalogQueryText
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.