pub struct FeatureToMotifRecord {
pub feature_index: usize,
pub feature_name: String,
pub initial_role: String,
pub motif_type: String,
pub failure_behavior_justification: String,
pub pass_behavior_justification: String,
pub justification: String,
}Fields§
§feature_index: usize§feature_name: String§initial_role: String§motif_type: String§failure_behavior_justification: String§pass_behavior_justification: String§justification: StringTrait Implementations§
Source§impl Clone for FeatureToMotifRecord
impl Clone for FeatureToMotifRecord
Source§fn clone(&self) -> FeatureToMotifRecord
fn clone(&self) -> FeatureToMotifRecord
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 FeatureToMotifRecord
impl Debug for FeatureToMotifRecord
Auto Trait Implementations§
impl Freeze for FeatureToMotifRecord
impl RefUnwindSafe for FeatureToMotifRecord
impl Send for FeatureToMotifRecord
impl Sync for FeatureToMotifRecord
impl Unpin for FeatureToMotifRecord
impl UnsafeUnpin for FeatureToMotifRecord
impl UnwindSafe for FeatureToMotifRecord
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