Struct ruststep::ap203::config_control_design::StartWork [−][src]
pub struct StartWork {
pub action_assignment: ActionAssignment,
pub items: Vec<WorkItem>,
}
Fields
action_assignment: ActionAssignment
items: Vec<WorkItem>
Implementations
Constructs a new StartWork
.
Methods from Deref<Target = ActionAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ActionAssignment
type Target = ActionAssignment
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for StartWork
impl UnwindSafe for StartWork
Blanket Implementations
Mutably borrows from an owned value. Read more