pub struct DefaultCommitParser;Expand description
Default parser using the built-in DEFAULT_COMMIT_PATTERN regex.
Trait Implementations§
Source§impl CommitParser for DefaultCommitParser
impl CommitParser for DefaultCommitParser
fn parse(&self, commit: &Commit) -> Result<ConventionalCommit, ReleaseError>
Auto Trait Implementations§
impl Freeze for DefaultCommitParser
impl RefUnwindSafe for DefaultCommitParser
impl Send for DefaultCommitParser
impl Sync for DefaultCommitParser
impl Unpin for DefaultCommitParser
impl UnsafeUnpin for DefaultCommitParser
impl UnwindSafe for DefaultCommitParser
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