Enum stork_lib::search_query::SearchTerm
source · pub enum SearchTerm {
Inexact(String),
Exact(String),
MetadataFilter(MetadataFilter),
}Variants§
Trait Implementations§
source§impl Clone for SearchTerm
impl Clone for SearchTerm
source§fn clone(&self) -> SearchTerm
fn clone(&self) -> SearchTerm
Returns a copy 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 SearchTerm
impl Debug for SearchTerm
source§impl PartialEq<SearchTerm> for SearchTerm
impl PartialEq<SearchTerm> for SearchTerm
source§fn eq(&self, other: &SearchTerm) -> bool
fn eq(&self, other: &SearchTerm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.