pub struct Detection {
pub format: Option<Format>,
pub category: Category,
pub evidence: Evidence,
pub conflict: Option<String>,
}Expand description
The result of classifying an object.
Fields§
§format: Option<Format>§category: Category§evidence: Evidence§conflict: Option<String>A human-readable disagreement between signals, when there is one.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Detection
impl RefUnwindSafe for Detection
impl Send for Detection
impl Sync for Detection
impl Unpin for Detection
impl UnsafeUnpin for Detection
impl UnwindSafe for Detection
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