pub struct FeatureMotifTimelineRecord {
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 motif_label: String,
}Fields§
§feature_index: usize§feature_name: String§feature_role: String§group_name: String§run_index: usize§timestamp: String§label: i8§motif_label: StringTrait Implementations§
Source§impl Clone for FeatureMotifTimelineRecord
impl Clone for FeatureMotifTimelineRecord
Source§fn clone(&self) -> FeatureMotifTimelineRecord
fn clone(&self) -> FeatureMotifTimelineRecord
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 FeatureMotifTimelineRecord
impl Debug for FeatureMotifTimelineRecord
Auto Trait Implementations§
impl Freeze for FeatureMotifTimelineRecord
impl RefUnwindSafe for FeatureMotifTimelineRecord
impl Send for FeatureMotifTimelineRecord
impl Sync for FeatureMotifTimelineRecord
impl Unpin for FeatureMotifTimelineRecord
impl UnsafeUnpin for FeatureMotifTimelineRecord
impl UnwindSafe for FeatureMotifTimelineRecord
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