Enum RagRankerKind
pub enum RagRankerKind {
None,
Score,
Reranker,
CrossEncoder,
Diversity,
Recency,
Custom,
}Variants§
Implementations§
§impl RagRankerKind
impl RagRankerKind
pub const ALL: &'static [RagRankerKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RagRankerKind
impl Clone for RagRankerKind
§fn clone(&self) -> RagRankerKind
fn clone(&self) -> RagRankerKind
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 RagRankerKind
impl Debug for RagRankerKind
§impl Display for RagRankerKind
impl Display for RagRankerKind
§impl FromStr for RagRankerKind
impl FromStr for RagRankerKind
§impl Hash for RagRankerKind
impl Hash for RagRankerKind
§impl Ord for RagRankerKind
impl Ord for RagRankerKind
§impl PartialEq for RagRankerKind
impl PartialEq for RagRankerKind
§impl PartialOrd for RagRankerKind
impl PartialOrd for RagRankerKind
impl Copy for RagRankerKind
impl Eq for RagRankerKind
impl StructuralPartialEq for RagRankerKind
Auto Trait Implementations§
impl Freeze for RagRankerKind
impl RefUnwindSafe for RagRankerKind
impl Send for RagRankerKind
impl Sync for RagRankerKind
impl Unpin for RagRankerKind
impl UnsafeUnpin for RagRankerKind
impl UnwindSafe for RagRankerKind
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