pub struct LeadTimeComparisonRow {
pub failure_id: usize,
pub dsfb_lead_runs: Option<usize>,
pub threshold_lead_runs: Option<usize>,
pub earliest_semantic_match_lead_runs: Option<usize>,
pub threshold_minus_dsfb_runs: Option<i64>,
pub threshold_minus_semantic_match_runs: Option<i64>,
}Fields§
§failure_id: usize§dsfb_lead_runs: Option<usize>§threshold_lead_runs: Option<usize>§earliest_semantic_match_lead_runs: Option<usize>§threshold_minus_dsfb_runs: Option<i64>§threshold_minus_semantic_match_runs: Option<i64>Trait Implementations§
Source§impl Clone for LeadTimeComparisonRow
impl Clone for LeadTimeComparisonRow
Source§fn clone(&self) -> LeadTimeComparisonRow
fn clone(&self) -> LeadTimeComparisonRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LeadTimeComparisonRow
impl Debug for LeadTimeComparisonRow
Auto Trait Implementations§
impl Freeze for LeadTimeComparisonRow
impl RefUnwindSafe for LeadTimeComparisonRow
impl Send for LeadTimeComparisonRow
impl Sync for LeadTimeComparisonRow
impl Unpin for LeadTimeComparisonRow
impl UnsafeUnpin for LeadTimeComparisonRow
impl UnwindSafe for LeadTimeComparisonRow
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