Struct git_checks::BadCommit
source · [−]pub struct BadCommit { /* private fields */ }Expand description
Check for commits which should not be in the history.
Implementations
sourceimpl BadCommit
impl BadCommit
sourcepub fn builder() -> BadCommitBuilder
pub fn builder() -> BadCommitBuilder
Create a new builder.
Trait Implementations
sourceimpl TopicCheck for BadCommit
impl TopicCheck for BadCommit
Auto Trait Implementations
impl RefUnwindSafe for BadCommit
impl Send for BadCommit
impl Sync for BadCommit
impl Unpin for BadCommit
impl UnwindSafe for BadCommit
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