pub enum CountSearchMethod {
Fulltext,
Semantic,
Bm25,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for CountSearchMethod
impl Clone for CountSearchMethod
Source§fn clone(&self) -> CountSearchMethod
fn clone(&self) -> CountSearchMethod
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 CountSearchMethod
impl Debug for CountSearchMethod
Source§impl Default for CountSearchMethod
impl Default for CountSearchMethod
Source§fn default() -> CountSearchMethod
fn default() -> CountSearchMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CountSearchMethod
impl<'de> Deserialize<'de> for CountSearchMethod
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
Source§impl Hash for CountSearchMethod
impl Hash for CountSearchMethod
Source§impl Ord for CountSearchMethod
impl Ord for CountSearchMethod
Source§fn cmp(&self, other: &CountSearchMethod) -> Ordering
fn cmp(&self, other: &CountSearchMethod) -> Ordering
1.21.0 · 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 CountSearchMethod
impl PartialEq for CountSearchMethod
Source§impl PartialOrd for CountSearchMethod
impl PartialOrd for CountSearchMethod
Source§impl Serialize for CountSearchMethod
impl Serialize for CountSearchMethod
Source§impl ToString for CountSearchMethod
impl ToString for CountSearchMethod
impl Copy for CountSearchMethod
impl Eq for CountSearchMethod
impl StructuralPartialEq for CountSearchMethod
Auto Trait Implementations§
impl Freeze for CountSearchMethod
impl RefUnwindSafe for CountSearchMethod
impl Send for CountSearchMethod
impl Sync for CountSearchMethod
impl Unpin for CountSearchMethod
impl UnwindSafe for CountSearchMethod
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.