Struct SearchTerm
pub struct SearchTerm(/* private fields */);Expand description
A search term.
Implementations§
§impl SearchTerm
impl SearchTerm
Trait Implementations§
§impl AsRef<str> for SearchTerm
impl AsRef<str> for SearchTerm
§impl Clone for SearchTerm
impl Clone for SearchTerm
§fn clone(&self) -> SearchTerm
fn clone(&self) -> SearchTerm
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 more§impl Debug for SearchTerm
impl Debug for SearchTerm
§impl Default for SearchTerm
impl Default for SearchTerm
§fn default() -> SearchTerm
fn default() -> SearchTerm
Returns the “default value” for a type. Read more
§impl Display for SearchTerm
impl Display for SearchTerm
§impl From<&str> for SearchTerm
impl From<&str> for SearchTerm
§fn from(value: &str) -> SearchTerm
fn from(value: &str) -> SearchTerm
Converts to this type from the input type.
§impl From<String> for SearchTerm
impl From<String> for SearchTerm
§fn from(value: String) -> SearchTerm
fn from(value: String) -> SearchTerm
Converts to this type from the input type.
§impl Hash for SearchTerm
impl Hash for SearchTerm
§impl Ord for SearchTerm
impl Ord for SearchTerm
§impl PartialEq for SearchTerm
impl PartialEq for SearchTerm
§impl PartialOrd for SearchTerm
impl PartialOrd for SearchTerm
impl Eq for SearchTerm
impl StructuralPartialEq for SearchTerm
Auto Trait Implementations§
impl Freeze for SearchTerm
impl RefUnwindSafe for SearchTerm
impl Send for SearchTerm
impl Sync for SearchTerm
impl Unpin for SearchTerm
impl UnsafeUnpin for SearchTerm
impl UnwindSafe for SearchTerm
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