Struct ruststep::ap203::config_control_design::ApprovalDateTime   [−][src]
pub struct ApprovalDateTime {
    pub date_time: DateTimeSelect,
    pub dated_approval: Approval,
}Fields
date_time: DateTimeSelectdated_approval: ApprovalImplementations
Constructs a new ApprovalDateTime.
Trait Implementations
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 ApprovalDateTime
impl Send for ApprovalDateTime
impl Sync for ApprovalDateTime
impl Unpin for ApprovalDateTime
impl UnwindSafe for ApprovalDateTime
Blanket Implementations
Mutably borrows from an owned value. Read more