pub enum DiscordKind {
Conflict,
ConflictingConfidence,
MissingOverlap,
TranslationFail,
EvidenceGap,
ReplicationFail,
ProvenanceFragile,
StatusDivergent,
MethodMismatch,
}Expand description
A discord kind from docs/THEORY.md Section 4.
Variants§
Conflict
Polarity disagreement: support and refute both populated.
ConflictingConfidence
Confidence disagreement without polarity disagreement.
MissingOverlap
Local sections without overlap evidence to relate them.
TranslationFail
Cross-context translation cannot be made consistent.
EvidenceGap
No evidence in scope for a context that requires it.
ReplicationFail
A claimed result has not replicated under repeat conditions.
ProvenanceFragile
Provenance polynomial is fragile under realistic retractions.
StatusDivergent
Status diverges between Atlas projections that should agree.
MethodMismatch
Methods differ in ways that prevent direct evidence comparison.
Implementations§
Source§impl DiscordKind
impl DiscordKind
Trait Implementations§
Source§impl Clone for DiscordKind
impl Clone for DiscordKind
Source§fn clone(&self) -> DiscordKind
fn clone(&self) -> DiscordKind
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 DiscordKind
impl Debug for DiscordKind
Source§impl<'de> Deserialize<'de> for DiscordKind
impl<'de> Deserialize<'de> for DiscordKind
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 Display for DiscordKind
impl Display for DiscordKind
Source§impl Hash for DiscordKind
impl Hash for DiscordKind
Source§impl Ord for DiscordKind
impl Ord for DiscordKind
Source§fn cmp(&self, other: &DiscordKind) -> Ordering
fn cmp(&self, other: &DiscordKind) -> 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 DiscordKind
impl PartialEq for DiscordKind
Source§fn eq(&self, other: &DiscordKind) -> bool
fn eq(&self, other: &DiscordKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DiscordKind
impl PartialOrd for DiscordKind
Source§impl Serialize for DiscordKind
impl Serialize for DiscordKind
impl Copy for DiscordKind
impl Eq for DiscordKind
impl StructuralPartialEq for DiscordKind
Auto Trait Implementations§
impl Freeze for DiscordKind
impl RefUnwindSafe for DiscordKind
impl Send for DiscordKind
impl Sync for DiscordKind
impl Unpin for DiscordKind
impl UnsafeUnpin for DiscordKind
impl UnwindSafe for DiscordKind
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.