pub enum LintSemanticReasonCode {
Show 15 variants
ClassificationMismatch,
PotentialContradiction,
PotentialStaleness,
MentionWithoutLink,
ExistingLinkMismatch,
SharedContextWithoutRelation,
ExistingRelationMismatch,
PotentialUnfaithfulClaim,
PotentialInadequateProvenance,
ClaimOverlapWithoutEvidence,
ExistingEvidenceMismatch,
PotentialRetrievalMiss,
DanglingOwner,
TemporalEvolution,
RelatedButNotEvidence,
}Variants§
ClassificationMismatch
PotentialContradiction
PotentialStaleness
MentionWithoutLink
ExistingLinkMismatch
ExistingRelationMismatch
PotentialUnfaithfulClaim
PotentialInadequateProvenance
ClaimOverlapWithoutEvidence
ExistingEvidenceMismatch
PotentialRetrievalMiss
DanglingOwner
TemporalEvolution
RelatedButNotEvidence
Trait Implementations§
Source§impl Clone for LintSemanticReasonCode
impl Clone for LintSemanticReasonCode
Source§fn clone(&self) -> LintSemanticReasonCode
fn clone(&self) -> LintSemanticReasonCode
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 moreimpl Copy for LintSemanticReasonCode
Source§impl Debug for LintSemanticReasonCode
impl Debug for LintSemanticReasonCode
Source§impl<'de> Deserialize<'de> for LintSemanticReasonCode
impl<'de> Deserialize<'de> for LintSemanticReasonCode
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 LintSemanticReasonCode
Source§impl PartialEq for LintSemanticReasonCode
impl PartialEq for LintSemanticReasonCode
Source§impl Serialize for LintSemanticReasonCode
impl Serialize for LintSemanticReasonCode
impl StructuralPartialEq for LintSemanticReasonCode
Auto Trait Implementations§
impl Freeze for LintSemanticReasonCode
impl RefUnwindSafe for LintSemanticReasonCode
impl Send for LintSemanticReasonCode
impl Sync for LintSemanticReasonCode
impl Unpin for LintSemanticReasonCode
impl UnsafeUnpin for LintSemanticReasonCode
impl UnwindSafe for LintSemanticReasonCode
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