pub struct NewBranchCommand { /* private fields */ }
Expand description
Command to create a new branch
Implementations§
Trait Implementations§
Source§impl Command for NewBranchCommand
impl Command for NewBranchCommand
Source§impl GitCommand for NewBranchCommand
impl GitCommand for NewBranchCommand
Auto Trait Implementations§
impl Freeze for NewBranchCommand
impl RefUnwindSafe for NewBranchCommand
impl Send for NewBranchCommand
impl Sync for NewBranchCommand
impl Unpin for NewBranchCommand
impl UnwindSafe for NewBranchCommand
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