pub struct EnvelopeInteractionSummaryRow {
pub feature_index: usize,
pub feature_name: String,
pub feature_role: String,
pub group_name: String,
pub boundary_grazing_points: usize,
pub sustained_outward_drift_points: usize,
pub transient_violation_points: usize,
pub persistent_violation_points: usize,
pub recovery_points: usize,
pub max_normalized_envelope_ratio: f64,
pub mean_normalized_envelope_ratio: f64,
}Fields§
§feature_index: usize§feature_name: String§feature_role: String§group_name: String§boundary_grazing_points: usize§sustained_outward_drift_points: usize§transient_violation_points: usize§persistent_violation_points: usize§recovery_points: usize§max_normalized_envelope_ratio: f64§mean_normalized_envelope_ratio: f64Trait Implementations§
Source§impl Clone for EnvelopeInteractionSummaryRow
impl Clone for EnvelopeInteractionSummaryRow
Source§fn clone(&self) -> EnvelopeInteractionSummaryRow
fn clone(&self) -> EnvelopeInteractionSummaryRow
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 moreAuto Trait Implementations§
impl Freeze for EnvelopeInteractionSummaryRow
impl RefUnwindSafe for EnvelopeInteractionSummaryRow
impl Send for EnvelopeInteractionSummaryRow
impl Sync for EnvelopeInteractionSummaryRow
impl Unpin for EnvelopeInteractionSummaryRow
impl UnsafeUnpin for EnvelopeInteractionSummaryRow
impl UnwindSafe for EnvelopeInteractionSummaryRow
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