Struct ruststep::ap203::config_control_design::Approval   [−][src]
pub struct Approval {
    pub status: ApprovalStatus,
    pub level: Label,
}Fields
status: ApprovalStatuslevel: LabelImplementations
Constructs a new Approval.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Approval
impl UnwindSafe for Approval
Blanket Implementations
Mutably borrows from an owned value. Read more