pub enum ApproachConfidenceLevel {
Unknown,
High,
Medium,
Low,
Experimental,
}Expand description
How plausible and stable the current detector approach is by design.
Variants§
Trait Implementations§
Source§impl Clone for ApproachConfidenceLevel
impl Clone for ApproachConfidenceLevel
impl Copy for ApproachConfidenceLevel
Source§impl Debug for ApproachConfidenceLevel
impl Debug for ApproachConfidenceLevel
impl Eq for ApproachConfidenceLevel
Source§impl PartialEq for ApproachConfidenceLevel
impl PartialEq for ApproachConfidenceLevel
Source§impl Serialize for ApproachConfidenceLevel
impl Serialize for ApproachConfidenceLevel
impl StructuralPartialEq for ApproachConfidenceLevel
Auto Trait Implementations§
impl Freeze for ApproachConfidenceLevel
impl RefUnwindSafe for ApproachConfidenceLevel
impl Send for ApproachConfidenceLevel
impl Sync for ApproachConfidenceLevel
impl Unpin for ApproachConfidenceLevel
impl UnsafeUnpin for ApproachConfidenceLevel
impl UnwindSafe for ApproachConfidenceLevel
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