pub struct OperatorDeltaAttainmentRow {Show 21 fields
pub configuration_role: String,
pub configuration: String,
pub delta_investigation_load: f64,
pub delta_episode_count: f64,
pub delta_review_points_per_pass_run: f64,
pub delta_review_episodes_per_pass_run: f64,
pub precursor_quality_status: String,
pub recall: usize,
pub mean_lead_time_runs: Option<f64>,
pub delta_nuisance_vs_ewma: f64,
pub target_a_investigation_load_ge_040: bool,
pub target_b_episode_count_ge_040: bool,
pub target_c_review_points_per_pass_run_ge_040: bool,
pub target_d_review_episodes_per_pass_run_ge_040: bool,
pub target_e_precursor_quality_preserved_or_improved: bool,
pub target_f_recall_ge_103: bool,
pub target_g_recall_eq_104: bool,
pub target_h_nuisance_ge_015: bool,
pub target_h_nuisance_ge_025: bool,
pub target_h_nuisance_ge_040: bool,
pub target_i_stable_precursor_lead_improved: Option<bool>,
}Fields§
§configuration_role: String§configuration: String§delta_investigation_load: f64§delta_episode_count: f64§delta_review_points_per_pass_run: f64§delta_review_episodes_per_pass_run: f64§precursor_quality_status: String§recall: usize§mean_lead_time_runs: Option<f64>§delta_nuisance_vs_ewma: f64§target_a_investigation_load_ge_040: bool§target_b_episode_count_ge_040: bool§target_c_review_points_per_pass_run_ge_040: bool§target_d_review_episodes_per_pass_run_ge_040: bool§target_e_precursor_quality_preserved_or_improved: bool§target_f_recall_ge_103: bool§target_g_recall_eq_104: bool§target_h_nuisance_ge_015: bool§target_h_nuisance_ge_025: bool§target_h_nuisance_ge_040: bool§target_i_stable_precursor_lead_improved: Option<bool>Trait Implementations§
Source§impl Clone for OperatorDeltaAttainmentRow
impl Clone for OperatorDeltaAttainmentRow
Source§fn clone(&self) -> OperatorDeltaAttainmentRow
fn clone(&self) -> OperatorDeltaAttainmentRow
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 OperatorDeltaAttainmentRow
impl Debug for OperatorDeltaAttainmentRow
Auto Trait Implementations§
impl Freeze for OperatorDeltaAttainmentRow
impl RefUnwindSafe for OperatorDeltaAttainmentRow
impl Send for OperatorDeltaAttainmentRow
impl Sync for OperatorDeltaAttainmentRow
impl Unpin for OperatorDeltaAttainmentRow
impl UnsafeUnpin for OperatorDeltaAttainmentRow
impl UnwindSafe for OperatorDeltaAttainmentRow
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