pub struct DetectionReport {
pub target: String,
pub field: String,
pub samples_per_class: usize,
pub result: BoxTestResult,
pub jitter_seconds: f64,
pub failures: usize,
pub seed: u64,
pub sidecheck_version: String,
}Fields§
§target: String§field: String§samples_per_class: usize§result: BoxTestResult§jitter_seconds: f64§failures: usize§seed: u64§sidecheck_version: StringImplementations§
Auto Trait Implementations§
impl Freeze for DetectionReport
impl RefUnwindSafe for DetectionReport
impl Send for DetectionReport
impl Sync for DetectionReport
impl Unpin for DetectionReport
impl UnsafeUnpin for DetectionReport
impl UnwindSafe for DetectionReport
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