pub struct AblationEntry {
pub run_id: String,
pub label: String,
pub canonical_cumulative_roi_mae: f32,
pub canonical_peak_roi_mae: f32,
pub suite_mean_cumulative_roi_mae: f32,
pub suite_mean_false_positive_response_rate: f32,
}Fields§
§run_id: String§label: String§canonical_cumulative_roi_mae: f32§canonical_peak_roi_mae: f32§suite_mean_cumulative_roi_mae: f32§suite_mean_false_positive_response_rate: f32Trait Implementations§
Source§impl Clone for AblationEntry
impl Clone for AblationEntry
Source§fn clone(&self) -> AblationEntry
fn clone(&self) -> AblationEntry
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 AblationEntry
impl Debug for AblationEntry
Auto Trait Implementations§
impl Freeze for AblationEntry
impl RefUnwindSafe for AblationEntry
impl Send for AblationEntry
impl Sync for AblationEntry
impl Unpin for AblationEntry
impl UnsafeUnpin for AblationEntry
impl UnwindSafe for AblationEntry
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