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 Freeze for CommitSubcommandFlags
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