pub struct ApplyOpts {
pub three_way: bool,
pub abort: bool,
pub continue_: bool,
pub skip: bool,
}Fields§
§three_way: bool--3way — try 3-way merge if the patch doesn’t apply cleanly.
abort: bool--abort — bail out of an in-progress am session.
continue_: bool--continue — resume after resolving conflicts.
skip: bool--skip — drop the current patch and move on.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplyOpts
impl RefUnwindSafe for ApplyOpts
impl Send for ApplyOpts
impl Sync for ApplyOpts
impl Unpin for ApplyOpts
impl UnsafeUnpin for ApplyOpts
impl UnwindSafe for ApplyOpts
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