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