Struct git_checks::Changelog
source · [−]pub struct Changelog { /* private fields */ }Expand description
Check for changelog modifications.
This checks to make sure that a changelog entry has been added (or modified) in every commit or topic.
Implementations
sourceimpl Changelog
impl Changelog
sourcepub fn builder() -> ChangelogBuilder
pub fn builder() -> ChangelogBuilder
Create a new builder.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Changelog
impl Send for Changelog
impl Sync for Changelog
impl Unpin for Changelog
impl UnwindSafe for Changelog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more