pub enum RagChunkKind {
Text,
Table,
Code,
Image,
Audio,
Metadata,
Mixed,
Custom,
}Variants§
Implementations§
Source§impl RagChunkKind
impl RagChunkKind
Trait Implementations§
Source§impl Clone for RagChunkKind
impl Clone for RagChunkKind
Source§fn clone(&self) -> RagChunkKind
fn clone(&self) -> RagChunkKind
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 RagChunkKind
impl Debug for RagChunkKind
Source§impl Display for RagChunkKind
impl Display for RagChunkKind
Source§impl FromStr for RagChunkKind
impl FromStr for RagChunkKind
Source§impl Hash for RagChunkKind
impl Hash for RagChunkKind
Source§impl Ord for RagChunkKind
impl Ord for RagChunkKind
Source§fn cmp(&self, other: &RagChunkKind) -> Ordering
fn cmp(&self, other: &RagChunkKind) -> 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 RagChunkKind
impl PartialEq for RagChunkKind
Source§fn eq(&self, other: &RagChunkKind) -> bool
fn eq(&self, other: &RagChunkKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RagChunkKind
impl PartialOrd for RagChunkKind
impl Copy for RagChunkKind
impl Eq for RagChunkKind
impl StructuralPartialEq for RagChunkKind
Auto Trait Implementations§
impl Freeze for RagChunkKind
impl RefUnwindSafe for RagChunkKind
impl Send for RagChunkKind
impl Sync for RagChunkKind
impl Unpin for RagChunkKind
impl UnsafeUnpin for RagChunkKind
impl UnwindSafe for RagChunkKind
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