pub struct SearchQueryAttribute {
pub filter: Option<CustomerFilter>,
pub sort: Option<CustomerSort>,
}Fields§
§filter: Option<CustomerFilter>§sort: Option<CustomerSort>Trait Implementations§
Source§impl Clone for SearchQueryAttribute
impl Clone for SearchQueryAttribute
Source§fn clone(&self) -> SearchQueryAttribute
fn clone(&self) -> SearchQueryAttribute
Returns a duplicate 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 SearchQueryAttribute
impl Debug for SearchQueryAttribute
Source§impl Default for SearchQueryAttribute
impl Default for SearchQueryAttribute
Source§fn default() -> SearchQueryAttribute
fn default() -> SearchQueryAttribute
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchQueryAttribute
impl<'de> Deserialize<'de> for SearchQueryAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SearchQueryAttribute
impl RefUnwindSafe for SearchQueryAttribute
impl Send for SearchQueryAttribute
impl Sync for SearchQueryAttribute
impl Unpin for SearchQueryAttribute
impl UnwindSafe for SearchQueryAttribute
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