pub enum MatchStatus {
Matched,
New,
Stale,
Expired,
ReviewDue,
Ambiguous,
InvalidSelector,
MissingRequiredField,
EvidenceMissing,
BaselineDebt,
}Variants§
Matched
New
Stale
Expired
ReviewDue
Ambiguous
InvalidSelector
MissingRequiredField
EvidenceMissing
BaselineDebt
Implementations§
Source§impl MatchStatus
impl MatchStatus
Trait Implementations§
Source§impl Clone for MatchStatus
impl Clone for MatchStatus
Source§fn clone(&self) -> MatchStatus
fn clone(&self) -> MatchStatus
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 MatchStatus
Source§impl Debug for MatchStatus
impl Debug for MatchStatus
impl Eq for MatchStatus
Source§impl Hash for MatchStatus
impl Hash for MatchStatus
Source§impl Ord for MatchStatus
impl Ord for MatchStatus
Source§fn cmp(&self, other: &MatchStatus) -> Ordering
fn cmp(&self, other: &MatchStatus) -> 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 MatchStatus
impl PartialEq for MatchStatus
Source§fn eq(&self, other: &MatchStatus) -> bool
fn eq(&self, other: &MatchStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MatchStatus
impl PartialOrd for MatchStatus
impl StructuralPartialEq for MatchStatus
Auto Trait Implementations§
impl Freeze for MatchStatus
impl RefUnwindSafe for MatchStatus
impl Send for MatchStatus
impl Sync for MatchStatus
impl Unpin for MatchStatus
impl UnsafeUnpin for MatchStatus
impl UnwindSafe for MatchStatus
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