pub enum AnalysisStatus {
Confirmed,
Candidate,
Absent,
Inconclusive,
}Expand description
Confidence disposition of one analysis finding.
Variants§
Confirmed
The bounded evidence establishes the stated structural fact.
Candidate
The evidence is useful for review but is not a semantic proof.
Absent
Complete bounded evidence establishes a negative result.
Inconclusive
A declared coverage or traversal boundary prevents a safe conclusion.
Trait Implementations§
Source§impl Clone for AnalysisStatus
impl Clone for AnalysisStatus
Source§fn clone(&self) -> AnalysisStatus
fn clone(&self) -> AnalysisStatus
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 AnalysisStatus
impl Debug for AnalysisStatus
Source§impl PartialEq for AnalysisStatus
impl PartialEq for AnalysisStatus
Source§impl Serialize for AnalysisStatus
impl Serialize for AnalysisStatus
impl Copy for AnalysisStatus
impl Eq for AnalysisStatus
impl StructuralPartialEq for AnalysisStatus
Auto Trait Implementations§
impl Freeze for AnalysisStatus
impl RefUnwindSafe for AnalysisStatus
impl Send for AnalysisStatus
impl Sync for AnalysisStatus
impl Unpin for AnalysisStatus
impl UnwindSafe for AnalysisStatus
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.§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
Checks if this value is equivalent to the given key. Read more