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