pub struct CommitGenerator { /* private fields */ }Expand description
Generate conventional commit messages from staged changes.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CommitGenerator
impl !UnwindSafe for CommitGenerator
impl Freeze for CommitGenerator
impl Send for CommitGenerator
impl Sync for CommitGenerator
impl Unpin for CommitGenerator
impl UnsafeUnpin for CommitGenerator
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