pub struct FeatureSignRecord {Show 13 fields
pub feature_index: usize,
pub feature_name: String,
pub feature_role: String,
pub group_name: String,
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub normalized_residual: f64,
pub drift: f64,
pub slew: f64,
pub normalized_residual_norm: f64,
pub sigma_norm: f64,
pub is_imputed: bool,
}Fields§
§feature_index: usize§feature_name: String§feature_role: String§group_name: String§run_index: usize§timestamp: String§label: i8§normalized_residual: f64§drift: f64§slew: f64§normalized_residual_norm: f64§sigma_norm: f64§is_imputed: boolTrait Implementations§
Source§impl Clone for FeatureSignRecord
impl Clone for FeatureSignRecord
Source§fn clone(&self) -> FeatureSignRecord
fn clone(&self) -> FeatureSignRecord
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 FeatureSignRecord
impl Debug for FeatureSignRecord
Auto Trait Implementations§
impl Freeze for FeatureSignRecord
impl RefUnwindSafe for FeatureSignRecord
impl Send for FeatureSignRecord
impl Sync for FeatureSignRecord
impl Unpin for FeatureSignRecord
impl UnsafeUnpin for FeatureSignRecord
impl UnwindSafe for FeatureSignRecord
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