Struct ruststep::ap203::config_control_design::ExecutedAction [−][src]
pub struct ExecutedAction {
pub action: Action,
}
Fields
action: Action
Implementations
Methods from Deref<Target = Action>
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 ExecutedAction
impl Send for ExecutedAction
impl Sync for ExecutedAction
impl Unpin for ExecutedAction
impl UnwindSafe for ExecutedAction
Blanket Implementations
Mutably borrows from an owned value. Read more