Struct ruststep::ap203::config_control_design::Change [−][src]
pub struct Change {
pub action_assignment: ActionAssignment,
pub items: Vec<WorkItem>,
}
Fields
action_assignment: ActionAssignment
items: Vec<WorkItem>
Implementations
Constructs a new Change
.
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 Change
impl UnwindSafe for Change
Blanket Implementations
Mutably borrows from an owned value. Read more