pub enum SimilarCodeDiagnosticDomain {
Workspace,
Extraction,
Provider,
Cache,
Enrichment,
Review,
}Expand description
Non-severity diagnostic domain for similar-code generation.
Variants§
Workspace
Source discovery or workspace interpretation.
Extraction
Function extraction or normalization.
Provider
Local provider execution or protocol validation.
Cache
Local vector cache handling.
Enrichment
Optional source-grounded enrichment.
Review
Verdict matching and review-key rebinding.
Trait Implementations§
Source§impl Clone for SimilarCodeDiagnosticDomain
impl Clone for SimilarCodeDiagnosticDomain
impl Copy for SimilarCodeDiagnosticDomain
Source§impl Debug for SimilarCodeDiagnosticDomain
impl Debug for SimilarCodeDiagnosticDomain
Source§impl<'de> Deserialize<'de> for SimilarCodeDiagnosticDomain
impl<'de> Deserialize<'de> for SimilarCodeDiagnosticDomain
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
impl Eq for SimilarCodeDiagnosticDomain
impl StructuralPartialEq for SimilarCodeDiagnosticDomain
Auto Trait Implementations§
impl Freeze for SimilarCodeDiagnosticDomain
impl RefUnwindSafe for SimilarCodeDiagnosticDomain
impl Send for SimilarCodeDiagnosticDomain
impl Sync for SimilarCodeDiagnosticDomain
impl Unpin for SimilarCodeDiagnosticDomain
impl UnsafeUnpin for SimilarCodeDiagnosticDomain
impl UnwindSafe for SimilarCodeDiagnosticDomain
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.