pub struct GroupSignRecord {
pub group_name: String,
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub active_feature_count: usize,
pub normalized_residual_mean: f64,
pub drift_mean: f64,
pub slew_mean: f64,
pub envelope_separation_mean: f64,
}Fields§
§group_name: String§run_index: usize§timestamp: String§label: i8§active_feature_count: usize§normalized_residual_mean: f64§drift_mean: f64§slew_mean: f64§envelope_separation_mean: f64Trait Implementations§
Source§impl Clone for GroupSignRecord
impl Clone for GroupSignRecord
Source§fn clone(&self) -> GroupSignRecord
fn clone(&self) -> GroupSignRecord
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 GroupSignRecord
impl Debug for GroupSignRecord
Auto Trait Implementations§
impl Freeze for GroupSignRecord
impl RefUnwindSafe for GroupSignRecord
impl Send for GroupSignRecord
impl Sync for GroupSignRecord
impl Unpin for GroupSignRecord
impl UnsafeUnpin for GroupSignRecord
impl UnwindSafe for GroupSignRecord
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