pub enum RagCitationKind {
Document,
Url,
File,
LineRange,
PageRange,
Timestamp,
Chunk,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RagCitationKind
impl Clone for RagCitationKind
Source§fn clone(&self) -> RagCitationKind
fn clone(&self) -> RagCitationKind
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 RagCitationKind
impl Debug for RagCitationKind
Source§impl Display for RagCitationKind
impl Display for RagCitationKind
Source§impl FromStr for RagCitationKind
impl FromStr for RagCitationKind
Source§impl Hash for RagCitationKind
impl Hash for RagCitationKind
Source§impl Ord for RagCitationKind
impl Ord for RagCitationKind
Source§fn cmp(&self, other: &RagCitationKind) -> Ordering
fn cmp(&self, other: &RagCitationKind) -> 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 RagCitationKind
impl PartialEq for RagCitationKind
Source§fn eq(&self, other: &RagCitationKind) -> bool
fn eq(&self, other: &RagCitationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RagCitationKind
impl PartialOrd for RagCitationKind
impl Copy for RagCitationKind
impl Eq for RagCitationKind
impl StructuralPartialEq for RagCitationKind
Auto Trait Implementations§
impl Freeze for RagCitationKind
impl RefUnwindSafe for RagCitationKind
impl Send for RagCitationKind
impl Sync for RagCitationKind
impl Unpin for RagCitationKind
impl UnsafeUnpin for RagCitationKind
impl UnwindSafe for RagCitationKind
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