pub struct CatalogQueryPrefix {
pub attribute_name: String,
pub attribute_prefix: String,
}
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 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 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 for CatalogQueryPrefix
impl PartialEq for CatalogQueryPrefix
Source§impl Serialize for CatalogQueryPrefix
impl Serialize for CatalogQueryPrefix
impl Eq for CatalogQueryPrefix
impl StructuralPartialEq for CatalogQueryPrefix
Auto Trait Implementations§
impl Freeze for CatalogQueryPrefix
impl RefUnwindSafe for CatalogQueryPrefix
impl Send for CatalogQueryPrefix
impl Sync for CatalogQueryPrefix
impl Unpin for CatalogQueryPrefix
impl UnwindSafe for CatalogQueryPrefix
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.