pub enum CodeGraphArtifactKind {
Symbol,
Chunk,
}Expand description
Code artifact category returned through the general GraphRAG context pack.
Variants§
Trait Implementations§
Source§impl Clone for CodeGraphArtifactKind
impl Clone for CodeGraphArtifactKind
Source§fn clone(&self) -> CodeGraphArtifactKind
fn clone(&self) -> CodeGraphArtifactKind
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 CodeGraphArtifactKind
impl Debug for CodeGraphArtifactKind
Source§impl<'de> Deserialize<'de> for CodeGraphArtifactKind
impl<'de> Deserialize<'de> for CodeGraphArtifactKind
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 PartialEq for CodeGraphArtifactKind
impl PartialEq for CodeGraphArtifactKind
Source§fn eq(&self, other: &CodeGraphArtifactKind) -> bool
fn eq(&self, other: &CodeGraphArtifactKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeGraphArtifactKind
impl Serialize for CodeGraphArtifactKind
impl Copy for CodeGraphArtifactKind
impl Eq for CodeGraphArtifactKind
impl StructuralPartialEq for CodeGraphArtifactKind
Auto Trait Implementations§
impl Freeze for CodeGraphArtifactKind
impl RefUnwindSafe for CodeGraphArtifactKind
impl Send for CodeGraphArtifactKind
impl Sync for CodeGraphArtifactKind
impl Unpin for CodeGraphArtifactKind
impl UnsafeUnpin for CodeGraphArtifactKind
impl UnwindSafe for CodeGraphArtifactKind
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