pub struct Phm2018EarlyWarningStats {
pub threshold_baseline: String,
pub total_runs: usize,
pub comparable_runs: usize,
pub mean_lead_delta: Option<f64>,
pub median_lead_delta: Option<f64>,
pub percent_runs_dsfb_earlier: f64,
pub percent_runs_equal: f64,
pub percent_runs_later: f64,
}Fields§
§threshold_baseline: String§total_runs: usize§comparable_runs: usize§mean_lead_delta: Option<f64>§median_lead_delta: Option<f64>§percent_runs_dsfb_earlier: f64§percent_runs_equal: f64§percent_runs_later: f64Trait Implementations§
Source§impl Clone for Phm2018EarlyWarningStats
impl Clone for Phm2018EarlyWarningStats
Source§fn clone(&self) -> Phm2018EarlyWarningStats
fn clone(&self) -> Phm2018EarlyWarningStats
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 Phm2018EarlyWarningStats
impl Debug for Phm2018EarlyWarningStats
Auto Trait Implementations§
impl Freeze for Phm2018EarlyWarningStats
impl RefUnwindSafe for Phm2018EarlyWarningStats
impl Send for Phm2018EarlyWarningStats
impl Sync for Phm2018EarlyWarningStats
impl Unpin for Phm2018EarlyWarningStats
impl UnsafeUnpin for Phm2018EarlyWarningStats
impl UnwindSafe for Phm2018EarlyWarningStats
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