pub struct FeatureRoleValidationRow {
pub feature_id: String,
pub initial_role: String,
pub initial_motif: String,
pub supported_or_revised_or_rejected: String,
pub failure_behavior_summary: String,
pub pass_behavior_summary: String,
pub final_role: String,
pub final_motif: String,
}Fields§
§feature_id: String§initial_role: String§initial_motif: String§supported_or_revised_or_rejected: String§failure_behavior_summary: String§pass_behavior_summary: String§final_role: String§final_motif: StringTrait Implementations§
Source§impl Clone for FeatureRoleValidationRow
impl Clone for FeatureRoleValidationRow
Source§fn clone(&self) -> FeatureRoleValidationRow
fn clone(&self) -> FeatureRoleValidationRow
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 FeatureRoleValidationRow
impl Debug for FeatureRoleValidationRow
Auto Trait Implementations§
impl Freeze for FeatureRoleValidationRow
impl RefUnwindSafe for FeatureRoleValidationRow
impl Send for FeatureRoleValidationRow
impl Sync for FeatureRoleValidationRow
impl Unpin for FeatureRoleValidationRow
impl UnsafeUnpin for FeatureRoleValidationRow
impl UnwindSafe for FeatureRoleValidationRow
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