pub struct PatchEngine;Expand description
Patch Engine implementation
Implementations§
Source§impl PatchEngine
impl PatchEngine
Sourcepub fn generate_patch(&self, artifact: CompiledArtifact) -> RuntimePatch
pub fn generate_patch(&self, artifact: CompiledArtifact) -> RuntimePatch
Generate a patch from a compiled artifact
Auto Trait Implementations§
impl Freeze for PatchEngine
impl RefUnwindSafe for PatchEngine
impl Send for PatchEngine
impl Sync for PatchEngine
impl Unpin for PatchEngine
impl UnsafeUnpin for PatchEngine
impl UnwindSafe for PatchEngine
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