pub struct PatchPlanner;Expand description
Builds bounded patch plans from architect-stage change plans.
Implementations§
Source§impl PatchPlanner
impl PatchPlanner
Sourcepub fn build(change_plan: &ChangePlan) -> PatchPlan
pub fn build(change_plan: &ChangePlan) -> PatchPlan
Converts a change plan into a patch plan while enforcing the file budget.
Trait Implementations§
Source§impl Debug for PatchPlanner
impl Debug for PatchPlanner
Source§impl Default for PatchPlanner
impl Default for PatchPlanner
Source§fn default() -> PatchPlanner
fn default() -> PatchPlanner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PatchPlanner
impl RefUnwindSafe for PatchPlanner
impl Send for PatchPlanner
impl Sync for PatchPlanner
impl Unpin for PatchPlanner
impl UnsafeUnpin for PatchPlanner
impl UnwindSafe for PatchPlanner
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