pub struct AnalysisTrendKindSummary {Show 49 fields
pub run_kind: AnalysisRunKind,
pub sample_count: usize,
pub median_solve_ms: Option<f64>,
pub p95_solve_ms: Option<f64>,
pub publishable_rate: f64,
pub failed_increment_rate: Option<f64>,
pub mean_spike_count: Option<f64>,
pub mean_stall_count: Option<f64>,
pub prep_acceptance_rate: Option<f64>,
pub prep_calibration_fast_rate: Option<f64>,
pub prep_calibration_balanced_rate: Option<f64>,
pub prep_calibration_conservative_rate: Option<f64>,
pub thermo_coupling_enabled_rate: Option<f64>,
pub thermo_transient_warn_rate: Option<f64>,
pub thermo_nonlinear_warn_rate: Option<f64>,
pub thermo_spread_breach_rate: Option<f64>,
pub thermo_heterogeneity_breach_rate: Option<f64>,
pub electro_thermal_coupling_enabled_rate: Option<f64>,
pub electro_transient_warn_rate: Option<f64>,
pub electro_nonlinear_warn_rate: Option<f64>,
pub plastic_nonlinear_warn_rate: Option<f64>,
pub contact_nonlinear_warn_rate: Option<f64>,
pub thermal_stability_warn_rate: Option<f64>,
pub thermal_constitutive_warn_rate: Option<f64>,
pub thermal_spread_breach_rate: Option<f64>,
pub electromagnetic_solve_warn_rate: Option<f64>,
pub electromagnetic_spread_breach_rate: Option<f64>,
pub electromagnetic_heterogeneity_breach_rate: Option<f64>,
pub electromagnetic_coverage_breach_rate: Option<f64>,
pub electromagnetic_contrast_breach_rate: Option<f64>,
pub electromagnetic_conditioning_breach_rate: Option<f64>,
pub electromagnetic_source_realization_breach_rate: Option<f64>,
pub electromagnetic_source_region_coverage_breach_rate: Option<f64>,
pub electromagnetic_source_material_alignment_breach_rate: Option<f64>,
pub electromagnetic_source_overlap_breach_rate: Option<f64>,
pub electromagnetic_source_interference_breach_rate: Option<f64>,
pub electromagnetic_boundary_anchor_breach_rate: Option<f64>,
pub electromagnetic_boundary_localization_breach_rate: Option<f64>,
pub electromagnetic_ground_effectiveness_breach_rate: Option<f64>,
pub electromagnetic_insulation_leakage_breach_rate: Option<f64>,
pub electromagnetic_divergence_breach_rate: Option<f64>,
pub electromagnetic_energy_imbalance_breach_rate: Option<f64>,
pub electromagnetic_boundary_energy_breach_rate: Option<f64>,
pub electromagnetic_boundary_penalty_contribution_breach_rate: Option<f64>,
pub electromagnetic_source_region_energy_consistency_breach_rate: Option<f64>,
pub electromagnetic_real_residual_breach_rate: Option<f64>,
pub electromagnetic_imag_residual_breach_rate: Option<f64>,
pub electromagnetic_sweep_coverage_breach_rate: Option<f64>,
pub electromagnetic_resonance_sharpness_breach_rate: Option<f64>,
}Fields§
§run_kind: AnalysisRunKind§sample_count: usize§median_solve_ms: Option<f64>§p95_solve_ms: Option<f64>§publishable_rate: f64§failed_increment_rate: Option<f64>§mean_spike_count: Option<f64>§mean_stall_count: Option<f64>§prep_acceptance_rate: Option<f64>§prep_calibration_fast_rate: Option<f64>§prep_calibration_balanced_rate: Option<f64>§prep_calibration_conservative_rate: Option<f64>§thermo_coupling_enabled_rate: Option<f64>§thermo_transient_warn_rate: Option<f64>§thermo_nonlinear_warn_rate: Option<f64>§thermo_spread_breach_rate: Option<f64>§thermo_heterogeneity_breach_rate: Option<f64>§electro_thermal_coupling_enabled_rate: Option<f64>§electro_transient_warn_rate: Option<f64>§electro_nonlinear_warn_rate: Option<f64>§plastic_nonlinear_warn_rate: Option<f64>§contact_nonlinear_warn_rate: Option<f64>§thermal_stability_warn_rate: Option<f64>§thermal_constitutive_warn_rate: Option<f64>§thermal_spread_breach_rate: Option<f64>§electromagnetic_solve_warn_rate: Option<f64>§electromagnetic_spread_breach_rate: Option<f64>§electromagnetic_heterogeneity_breach_rate: Option<f64>§electromagnetic_coverage_breach_rate: Option<f64>§electromagnetic_contrast_breach_rate: Option<f64>§electromagnetic_conditioning_breach_rate: Option<f64>§electromagnetic_source_realization_breach_rate: Option<f64>§electromagnetic_source_region_coverage_breach_rate: Option<f64>§electromagnetic_source_material_alignment_breach_rate: Option<f64>§electromagnetic_source_overlap_breach_rate: Option<f64>§electromagnetic_source_interference_breach_rate: Option<f64>§electromagnetic_boundary_anchor_breach_rate: Option<f64>§electromagnetic_boundary_localization_breach_rate: Option<f64>§electromagnetic_ground_effectiveness_breach_rate: Option<f64>§electromagnetic_insulation_leakage_breach_rate: Option<f64>§electromagnetic_divergence_breach_rate: Option<f64>§electromagnetic_energy_imbalance_breach_rate: Option<f64>§electromagnetic_boundary_energy_breach_rate: Option<f64>§electromagnetic_boundary_penalty_contribution_breach_rate: Option<f64>§electromagnetic_source_region_energy_consistency_breach_rate: Option<f64>§electromagnetic_real_residual_breach_rate: Option<f64>§electromagnetic_imag_residual_breach_rate: Option<f64>§electromagnetic_sweep_coverage_breach_rate: Option<f64>§electromagnetic_resonance_sharpness_breach_rate: Option<f64>Trait Implementations§
Source§impl Clone for AnalysisTrendKindSummary
impl Clone for AnalysisTrendKindSummary
Source§fn clone(&self) -> AnalysisTrendKindSummary
fn clone(&self) -> AnalysisTrendKindSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnalysisTrendKindSummary
impl Debug for AnalysisTrendKindSummary
Source§impl<'de> Deserialize<'de> for AnalysisTrendKindSummary
impl<'de> Deserialize<'de> for AnalysisTrendKindSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AnalysisTrendKindSummary
impl PartialEq for AnalysisTrendKindSummary
Source§fn eq(&self, other: &AnalysisTrendKindSummary) -> bool
fn eq(&self, other: &AnalysisTrendKindSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnalysisTrendKindSummary
impl Serialize for AnalysisTrendKindSummary
impl StructuralPartialEq for AnalysisTrendKindSummary
Auto Trait Implementations§
impl Freeze for AnalysisTrendKindSummary
impl RefUnwindSafe for AnalysisTrendKindSummary
impl Send for AnalysisTrendKindSummary
impl Sync for AnalysisTrendKindSummary
impl Unpin for AnalysisTrendKindSummary
impl UnsafeUnpin for AnalysisTrendKindSummary
impl UnwindSafe for AnalysisTrendKindSummary
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
impl<T> Scalar for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.