Struct cli::types::ExecutionPlan [−][src]
Expand description
Execution plan which defines all steps to run and the order to run them
Fields
steps: Vec<Step>
A list of steps to execute
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExecutionPlan
impl Send for ExecutionPlan
impl Sync for ExecutionPlan
impl Unpin for ExecutionPlan
impl UnwindSafe for ExecutionPlan