Enum ruststep::ap203::config_control_design::ActionAssignmentAny [−][src]
pub enum ActionAssignmentAny {
ActionAssignment(Box<ActionAssignment>),
Change(Box<Change>),
StartWork(Box<StartWork>),
}
Variants
ActionAssignment(Box<ActionAssignment>)
Tuple Fields of ActionAssignment
0: Box<ActionAssignment>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ActionAssignmentAny
impl Send for ActionAssignmentAny
impl Sync for ActionAssignmentAny
impl Unpin for ActionAssignmentAny
impl UnwindSafe for ActionAssignmentAny
Blanket Implementations
Mutably borrows from an owned value. Read more