Enum ruststep::ap203::config_control_design::ExecutedActionAnyHolder [−][src]
pub enum ExecutedActionAnyHolder {
ExecutedAction(Box<ExecutedActionHolder>),
DirectedAction(Box<DirectedActionHolder>),
}
Variants
ExecutedAction(Box<ExecutedActionHolder>)
Tuple Fields of ExecutedAction
DirectedAction(Box<DirectedActionHolder>)
Tuple Fields of DirectedAction
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ExecutedActionAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ExecutedActionAny>> + 'table>
Get owned entities as an iterator
type Owned = ExecutedActionAny
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 ExecutedActionAnyHolder
impl Send for ExecutedActionAnyHolder
impl Sync for ExecutedActionAnyHolder
impl Unpin for ExecutedActionAnyHolder
impl UnwindSafe for ExecutedActionAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more