pub struct Phm2018StructuralMetrics {
pub threshold_baseline: String,
pub total_runs: usize,
pub runs_with_structured_emergence: usize,
pub comparable_structure_runs: usize,
pub runs_with_structure_before_threshold: usize,
pub percent_structure_before_threshold: f64,
pub mean_structure_minus_threshold_delta: Option<f64>,
pub median_structure_minus_threshold_delta: Option<f64>,
}Fields§
§threshold_baseline: String§total_runs: usize§runs_with_structured_emergence: usize§comparable_structure_runs: usize§runs_with_structure_before_threshold: usize§percent_structure_before_threshold: f64§mean_structure_minus_threshold_delta: Option<f64>§median_structure_minus_threshold_delta: Option<f64>Trait Implementations§
Source§impl Clone for Phm2018StructuralMetrics
impl Clone for Phm2018StructuralMetrics
Source§fn clone(&self) -> Phm2018StructuralMetrics
fn clone(&self) -> Phm2018StructuralMetrics
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 Phm2018StructuralMetrics
impl Debug for Phm2018StructuralMetrics
Auto Trait Implementations§
impl Freeze for Phm2018StructuralMetrics
impl RefUnwindSafe for Phm2018StructuralMetrics
impl Send for Phm2018StructuralMetrics
impl Sync for Phm2018StructuralMetrics
impl Unpin for Phm2018StructuralMetrics
impl UnsafeUnpin for Phm2018StructuralMetrics
impl UnwindSafe for Phm2018StructuralMetrics
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