Struct ruststep::ap203::config_control_design::DirectedAction [−][src]
pub struct DirectedAction {
pub executed_action: ExecutedAction,
pub directive: ActionDirective,
}
Fields
executed_action: ExecutedAction
directive: ActionDirective
Implementations
Constructs a new DirectedAction
.
Methods from Deref<Target = ExecutedAction>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ExecutedAction
type Target = ExecutedAction
The resulting type after dereferencing.
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 DirectedAction
impl Send for DirectedAction
impl Sync for DirectedAction
impl Unpin for DirectedAction
impl UnwindSafe for DirectedAction
Blanket Implementations
Mutably borrows from an owned value. Read more