Enum RagChunkKind
pub enum RagChunkKind {
Text,
Table,
Code,
Image,
Audio,
Metadata,
Mixed,
Custom,
}Variants§
Implementations§
§impl RagChunkKind
impl RagChunkKind
pub const ALL: &'static [RagChunkKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RagChunkKind
impl Clone for RagChunkKind
§fn clone(&self) -> RagChunkKind
fn clone(&self) -> RagChunkKind
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 RagChunkKind
impl Debug for RagChunkKind
§impl Display for RagChunkKind
impl Display for RagChunkKind
§impl FromStr for RagChunkKind
impl FromStr for RagChunkKind
§impl Hash for RagChunkKind
impl Hash for RagChunkKind
§impl Ord for RagChunkKind
impl Ord for RagChunkKind
§impl PartialEq for RagChunkKind
impl PartialEq for RagChunkKind
§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