pub enum RetrievalChannel {
Literal,
Lexical,
Semantic,
Hybrid,
}Variants§
Trait Implementations§
Source§impl Clone for RetrievalChannel
impl Clone for RetrievalChannel
Source§fn clone(&self) -> RetrievalChannel
fn clone(&self) -> RetrievalChannel
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 moreimpl Copy for RetrievalChannel
Source§impl Debug for RetrievalChannel
impl Debug for RetrievalChannel
Source§impl<'de> Deserialize<'de> for RetrievalChannel
impl<'de> Deserialize<'de> for RetrievalChannel
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
impl Eq for RetrievalChannel
Source§impl Ord for RetrievalChannel
impl Ord for RetrievalChannel
Source§fn cmp(&self, other: &RetrievalChannel) -> Ordering
fn cmp(&self, other: &RetrievalChannel) -> 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 RetrievalChannel
impl PartialEq for RetrievalChannel
Source§impl PartialOrd for RetrievalChannel
impl PartialOrd for RetrievalChannel
Source§impl Serialize for RetrievalChannel
impl Serialize for RetrievalChannel
impl StructuralPartialEq for RetrievalChannel
Auto Trait Implementations§
impl Freeze for RetrievalChannel
impl RefUnwindSafe for RetrievalChannel
impl Send for RetrievalChannel
impl Sync for RetrievalChannel
impl Unpin for RetrievalChannel
impl UnsafeUnpin for RetrievalChannel
impl UnwindSafe for RetrievalChannel
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