pub struct Branches;Expand description
Follow file history across branches (-i).
Trait Implementations§
impl Copy for Branches
Source§impl ExclusiveOption for Branches
impl ExclusiveOption for Branches
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.Auto Trait Implementations§
impl Freeze for Branches
impl RefUnwindSafe for Branches
impl Send for Branches
impl Sync for Branches
impl Unpin for Branches
impl UnsafeUnpin for Branches
impl UnwindSafe for Branches
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