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