pub enum TestingThoroughnessLevel {
Untested,
ManualSpotCheck,
TargetedAutomatedTest,
MultipleTargetedTests,
CuratedSuite,
CorpusSample,
}Expand description
Rough level of testing behind the detector definition.
Variants§
Trait Implementations§
Source§impl Clone for TestingThoroughnessLevel
impl Clone for TestingThoroughnessLevel
impl Copy for TestingThoroughnessLevel
Source§impl Debug for TestingThoroughnessLevel
impl Debug for TestingThoroughnessLevel
impl Eq for TestingThoroughnessLevel
Source§impl PartialEq for TestingThoroughnessLevel
impl PartialEq for TestingThoroughnessLevel
Source§impl Serialize for TestingThoroughnessLevel
impl Serialize for TestingThoroughnessLevel
impl StructuralPartialEq for TestingThoroughnessLevel
Auto Trait Implementations§
impl Freeze for TestingThoroughnessLevel
impl RefUnwindSafe for TestingThoroughnessLevel
impl Send for TestingThoroughnessLevel
impl Sync for TestingThoroughnessLevel
impl Unpin for TestingThoroughnessLevel
impl UnsafeUnpin for TestingThoroughnessLevel
impl UnwindSafe for TestingThoroughnessLevel
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