Struct git_helpe_rs::cli::DryRunAndCopyFlag
source · pub struct DryRunAndCopyFlag {
pub dry_run: bool,
pub copy: bool,
}
Fields§
§dry_run: bool
§copy: bool
Auto Trait Implementations§
impl RefUnwindSafe for DryRunAndCopyFlag
impl Send for DryRunAndCopyFlag
impl Sync for DryRunAndCopyFlag
impl Unpin for DryRunAndCopyFlag
impl UnwindSafe for DryRunAndCopyFlag
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