pub struct DiagnosticsSummaryRow {
pub steps_per_run: usize,
pub residual_mean: f64,
pub residual_std: f64,
pub residual_skew_approx: f64,
pub residual_kurtosis_approx: f64,
pub ratio_mean: f64,
pub ratio_std: f64,
pub ratio_min: f64,
pub ratio_max: f64,
}Fields§
§steps_per_run: usize§residual_mean: f64§residual_std: f64§residual_skew_approx: f64§residual_kurtosis_approx: f64§ratio_mean: f64§ratio_std: f64§ratio_min: f64§ratio_max: f64Trait Implementations§
Source§impl Clone for DiagnosticsSummaryRow
impl Clone for DiagnosticsSummaryRow
Source§fn clone(&self) -> DiagnosticsSummaryRow
fn clone(&self) -> DiagnosticsSummaryRow
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 moreAuto Trait Implementations§
impl Freeze for DiagnosticsSummaryRow
impl RefUnwindSafe for DiagnosticsSummaryRow
impl Send for DiagnosticsSummaryRow
impl Sync for DiagnosticsSummaryRow
impl Unpin for DiagnosticsSummaryRow
impl UnsafeUnpin for DiagnosticsSummaryRow
impl UnwindSafe for DiagnosticsSummaryRow
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