pub enum RecallCandidateSource {
Lexical,
Semantic,
Metadata,
Episode,
Graph,
Temporal,
Provenance,
}Variants§
Trait Implementations§
Source§impl Clone for RecallCandidateSource
impl Clone for RecallCandidateSource
Source§fn clone(&self) -> RecallCandidateSource
fn clone(&self) -> RecallCandidateSource
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 RecallCandidateSource
impl Debug for RecallCandidateSource
Source§impl<'de> Deserialize<'de> for RecallCandidateSource
impl<'de> Deserialize<'de> for RecallCandidateSource
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 Ord for RecallCandidateSource
impl Ord for RecallCandidateSource
Source§fn cmp(&self, other: &RecallCandidateSource) -> Ordering
fn cmp(&self, other: &RecallCandidateSource) -> 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 RecallCandidateSource
impl PartialEq for RecallCandidateSource
Source§fn eq(&self, other: &RecallCandidateSource) -> bool
fn eq(&self, other: &RecallCandidateSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RecallCandidateSource
impl PartialOrd for RecallCandidateSource
Source§impl Serialize for RecallCandidateSource
impl Serialize for RecallCandidateSource
impl Copy for RecallCandidateSource
impl Eq for RecallCandidateSource
impl StructuralPartialEq for RecallCandidateSource
Auto Trait Implementations§
impl Freeze for RecallCandidateSource
impl RefUnwindSafe for RecallCandidateSource
impl Send for RecallCandidateSource
impl Sync for RecallCandidateSource
impl Unpin for RecallCandidateSource
impl UnsafeUnpin for RecallCandidateSource
impl UnwindSafe for RecallCandidateSource
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