pub struct SearchFilter(/* private fields */);Expand description
A search filter label or expression shape.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SearchFilter
impl AsRef<str> for SearchFilter
Source§impl Clone for SearchFilter
impl Clone for SearchFilter
Source§fn clone(&self) -> SearchFilter
fn clone(&self) -> SearchFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SearchFilter
impl Debug for SearchFilter
Source§impl Default for SearchFilter
impl Default for SearchFilter
Source§fn default() -> SearchFilter
fn default() -> SearchFilter
Returns the “default value” for a type. Read more
Source§impl Display for SearchFilter
impl Display for SearchFilter
Source§impl From<&str> for SearchFilter
impl From<&str> for SearchFilter
Source§fn from(value: &str) -> SearchFilter
fn from(value: &str) -> SearchFilter
Converts to this type from the input type.
Source§impl From<String> for SearchFilter
impl From<String> for SearchFilter
Source§fn from(value: String) -> SearchFilter
fn from(value: String) -> SearchFilter
Converts to this type from the input type.
Source§impl Hash for SearchFilter
impl Hash for SearchFilter
Source§impl Ord for SearchFilter
impl Ord for SearchFilter
Source§fn cmp(&self, other: &SearchFilter) -> Ordering
fn cmp(&self, other: &SearchFilter) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SearchFilter
impl PartialEq for SearchFilter
Source§fn eq(&self, other: &SearchFilter) -> bool
fn eq(&self, other: &SearchFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SearchFilter
impl PartialOrd for SearchFilter
impl Eq for SearchFilter
impl StructuralPartialEq for SearchFilter
Auto Trait Implementations§
impl Freeze for SearchFilter
impl RefUnwindSafe for SearchFilter
impl Send for SearchFilter
impl Sync for SearchFilter
impl Unpin for SearchFilter
impl UnsafeUnpin for SearchFilter
impl UnwindSafe for SearchFilter
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