pub struct PatchPlan {
pub table: JumpTable,
pub report: DiffReport,
}Expand description
Result of build_jump_table: the subsecond payload + a
human-readable diff summary.
Fields§
§table: JumpTable§report: DiffReportTrait Implementations§
Auto Trait Implementations§
impl Freeze for PatchPlan
impl RefUnwindSafe for PatchPlan
impl Send for PatchPlan
impl Sync for PatchPlan
impl Unpin for PatchPlan
impl UnsafeUnpin for PatchPlan
impl UnwindSafe for PatchPlan
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