Struct git_checks::RejectConflictPaths 
source · [−]pub struct RejectConflictPaths { /* private fields */ }Expand description
A check which denies paths which look like merge conflict resolution paths.
Sometimes after a merge, the files written to assist in resolving the conflict will be added accidentally.
Implementations
sourceimpl RejectConflictPaths
 
impl RejectConflictPaths
sourcepub fn builder() -> RejectConflictPathsBuilder
 
pub fn builder() -> RejectConflictPathsBuilder
Create a new builder.
Trait Implementations
sourceimpl Clone for RejectConflictPaths
 
impl Clone for RejectConflictPaths
sourcefn clone(&self) -> RejectConflictPaths
 
fn clone(&self) -> RejectConflictPaths
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl ContentCheck for RejectConflictPaths
 
impl ContentCheck for RejectConflictPaths
sourceimpl Debug for RejectConflictPaths
 
impl Debug for RejectConflictPaths
sourceimpl Default for RejectConflictPaths
 
impl Default for RejectConflictPaths
impl Copy for RejectConflictPaths
Auto Trait Implementations
impl RefUnwindSafe for RejectConflictPaths
impl Send for RejectConflictPaths
impl Sync for RejectConflictPaths
impl Unpin for RejectConflictPaths
impl UnwindSafe for RejectConflictPaths
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