pub struct StepPlan {
pub name: String,
pub action: PlannedAction,
}Expand description
One entry of the dry-run produced by Pipeline::resolve_plan.
Fields§
§name: String§action: PlannedActionTrait Implementations§
impl Eq for StepPlan
impl StructuralPartialEq for StepPlan
Auto Trait Implementations§
impl Freeze for StepPlan
impl RefUnwindSafe for StepPlan
impl Send for StepPlan
impl Sync for StepPlan
impl Unpin for StepPlan
impl UnsafeUnpin for StepPlan
impl UnwindSafe for StepPlan
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more