pub enum DetectionIssueEvidenceLevel {
NotEvaluated,
NoneKnown,
Suspected,
Observed,
}Expand description
Whether the detector is known to produce incorrect detections or misses.
Variants§
Trait Implementations§
Source§impl Clone for DetectionIssueEvidenceLevel
impl Clone for DetectionIssueEvidenceLevel
impl Copy for DetectionIssueEvidenceLevel
Source§impl Debug for DetectionIssueEvidenceLevel
impl Debug for DetectionIssueEvidenceLevel
impl Eq for DetectionIssueEvidenceLevel
impl StructuralPartialEq for DetectionIssueEvidenceLevel
Auto Trait Implementations§
impl Freeze for DetectionIssueEvidenceLevel
impl RefUnwindSafe for DetectionIssueEvidenceLevel
impl Send for DetectionIssueEvidenceLevel
impl Sync for DetectionIssueEvidenceLevel
impl Unpin for DetectionIssueEvidenceLevel
impl UnsafeUnpin for DetectionIssueEvidenceLevel
impl UnwindSafe for DetectionIssueEvidenceLevel
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