Struct ruststep::ap203::config_control_design::CcDesignApproval [−][src]
pub struct CcDesignApproval {
pub approval_assignment: ApprovalAssignment,
pub items: Vec<ApprovedItem>,
}
Fields
approval_assignment: ApprovalAssignment
items: Vec<ApprovedItem>
Implementations
Constructs a new CcDesignApproval
.
Methods from Deref<Target = ApprovalAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ApprovalAssignment
type Target = ApprovalAssignment
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CcDesignApproval
impl Send for CcDesignApproval
impl Sync for CcDesignApproval
impl Unpin for CcDesignApproval
impl UnwindSafe for CcDesignApproval
Blanket Implementations
Mutably borrows from an owned value. Read more