pub struct SecomAddendumArtifacts {
pub recurrent_boundary_stats: RecurrentBoundaryStats,
pub recurrent_boundary_tradeoff_curve: Vec<RecurrentBoundaryTradeoffRow>,
pub required_tradeoff_statement: String,
pub required_tradeoff_statement_supported: bool,
pub metric_regrounding: Vec<MetricRegroundingRow>,
pub target_d_regression_analysis: TargetDRegressionAnalysis,
pub missed_failure_root_cause: MissedFailureRootCause,
pub lead_time_comparison: Vec<LeadTimeComparisonRow>,
pub lead_time_explanation: LeadTimeExplanation,
pub episode_precision_metrics: EpisodePrecisionMetrics,
pub executive_summary_text: String,
pub paper_abstract_artifact: String,
}Fields§
§recurrent_boundary_stats: RecurrentBoundaryStats§recurrent_boundary_tradeoff_curve: Vec<RecurrentBoundaryTradeoffRow>§required_tradeoff_statement: String§required_tradeoff_statement_supported: bool§metric_regrounding: Vec<MetricRegroundingRow>§target_d_regression_analysis: TargetDRegressionAnalysis§missed_failure_root_cause: MissedFailureRootCause§lead_time_comparison: Vec<LeadTimeComparisonRow>§lead_time_explanation: LeadTimeExplanation§episode_precision_metrics: EpisodePrecisionMetrics§executive_summary_text: String§paper_abstract_artifact: StringTrait Implementations§
Source§impl Clone for SecomAddendumArtifacts
impl Clone for SecomAddendumArtifacts
Source§fn clone(&self) -> SecomAddendumArtifacts
fn clone(&self) -> SecomAddendumArtifacts
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 SecomAddendumArtifacts
impl Debug for SecomAddendumArtifacts
Auto Trait Implementations§
impl Freeze for SecomAddendumArtifacts
impl RefUnwindSafe for SecomAddendumArtifacts
impl Send for SecomAddendumArtifacts
impl Sync for SecomAddendumArtifacts
impl Unpin for SecomAddendumArtifacts
impl UnsafeUnpin for SecomAddendumArtifacts
impl UnwindSafe for SecomAddendumArtifacts
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