pub struct PlanOutcome {
pub plan: BuildfixPlan,
pub report: BuildfixReport,
pub patch: String,
pub policy_block: bool,
}Expand description
Outcome of run_plan.
Fields§
§plan: BuildfixPlan§report: BuildfixReport§patch: String§policy_block: boolAuto Trait Implementations§
impl Freeze for PlanOutcome
impl RefUnwindSafe for PlanOutcome
impl Send for PlanOutcome
impl Sync for PlanOutcome
impl Unpin for PlanOutcome
impl UnsafeUnpin for PlanOutcome
impl UnwindSafe for PlanOutcome
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