pub struct BranchMode { /* private fields */ }Expand description
The -b branch sub-mode of the DepotContent state: diff files in
two branched codelines through a branch mapping.
Entered with Diff2::branch.
Trait Implementations§
Source§impl Clone for BranchMode
impl Clone for BranchMode
Source§impl Debug for BranchMode
impl Debug for BranchMode
impl Eq for BranchMode
Source§impl ExclusiveOption for BranchMode
impl ExclusiveOption for BranchMode
Source§fn inject_args(&self, command: &mut Command)
fn inject_args(&self, command: &mut Command)
Inject the CLI arguments corresponding to this selection into
command.Source§impl PartialEq for BranchMode
impl PartialEq for BranchMode
impl StructuralPartialEq for BranchMode
Auto Trait Implementations§
impl Freeze for BranchMode
impl RefUnwindSafe for BranchMode
impl Send for BranchMode
impl Sync for BranchMode
impl Unpin for BranchMode
impl UnsafeUnpin for BranchMode
impl UnwindSafe for BranchMode
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