pub struct ApplyPatch;Expand description
Applies structured edits to files under cwd.
Input schema:
{ "patch": "*** Begin Patch\n...*** End Patch\n" }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplyPatch
impl RefUnwindSafe for ApplyPatch
impl Send for ApplyPatch
impl Sync for ApplyPatch
impl Unpin for ApplyPatch
impl UnsafeUnpin for ApplyPatch
impl UnwindSafe for ApplyPatch
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