pub enum EvidenceSlot {
Show 13 variants
Detection,
DialectEvidence,
Parsing,
MalformedPartial,
Facts,
Relations,
Occurrences,
ResolutionOutcomes,
Publication,
UnitFixtures,
IntegrationFixtures,
RepresentativeRepository,
AgentNavigation,
}Expand description
Fixed evidence slots owned by the complete-support schema.
Variants§
Detection
Deterministic detection evidence.
DialectEvidence
Independent dialect-disambiguation evidence.
Parsing
Grammar or format parsing evidence.
MalformedPartial
Malformed or partial-input behavior.
Facts
Symbols or domain facts.
Relations
At least one applicable non-empty accepted relation family.
Occurrences
Exact source occurrences.
ResolutionOutcomes
Resolved, ambiguous, unresolved, and external outcomes.
Publication
Real SQLite publish, reopen, and incremental convergence.
UnitFixtures
Owning unit fixtures.
IntegrationFixtures
Owning integration fixtures.
RepresentativeRepository
Representative-repository measurement.
Bounded agent-navigation evaluation.
Implementations§
Trait Implementations§
Source§impl Clone for EvidenceSlot
impl Clone for EvidenceSlot
Source§fn clone(&self) -> EvidenceSlot
fn clone(&self) -> EvidenceSlot
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 moreSource§impl Debug for EvidenceSlot
impl Debug for EvidenceSlot
Source§impl PartialEq for EvidenceSlot
impl PartialEq for EvidenceSlot
Source§impl Serialize for EvidenceSlot
impl Serialize for EvidenceSlot
impl Copy for EvidenceSlot
impl Eq for EvidenceSlot
impl StructuralPartialEq for EvidenceSlot
Auto Trait Implementations§
impl Freeze for EvidenceSlot
impl RefUnwindSafe for EvidenceSlot
impl Send for EvidenceSlot
impl Sync for EvidenceSlot
impl Unpin for EvidenceSlot
impl UnwindSafe for EvidenceSlot
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.