pub struct ApplyCommand { /* private fields */ }Expand description
Apply a Codex agent diff as git apply to the local working tree.
Implementations§
Trait Implementations§
Source§impl Clone for ApplyCommand
impl Clone for ApplyCommand
Source§fn clone(&self) -> ApplyCommand
fn clone(&self) -> ApplyCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CodexCommand for ApplyCommand
impl CodexCommand for ApplyCommand
Auto Trait Implementations§
impl Freeze for ApplyCommand
impl RefUnwindSafe for ApplyCommand
impl Send for ApplyCommand
impl Sync for ApplyCommand
impl Unpin for ApplyCommand
impl UnsafeUnpin for ApplyCommand
impl UnwindSafe for ApplyCommand
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