pub struct PruneBranchesCommand { /* private fields */ }
Expand description
Command to prune remote branches
Implementations§
Trait Implementations§
Source§impl Command for PruneBranchesCommand
impl Command for PruneBranchesCommand
Source§impl DryRunnable for PruneBranchesCommand
impl DryRunnable for PruneBranchesCommand
Source§fn execute_dry_run(&self) -> Result<String>
fn execute_dry_run(&self) -> Result<String>
Execute the command in dry-run mode
Source§fn is_dry_run(&self) -> bool
fn is_dry_run(&self) -> bool
Check if dry-run mode is enabled
Source§impl GitCommand for PruneBranchesCommand
impl GitCommand for PruneBranchesCommand
Auto Trait Implementations§
impl Freeze for PruneBranchesCommand
impl RefUnwindSafe for PruneBranchesCommand
impl Send for PruneBranchesCommand
impl Sync for PruneBranchesCommand
impl Unpin for PruneBranchesCommand
impl UnwindSafe for PruneBranchesCommand
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