Struct git_checks::checks::RejectConflictPaths [−][src]
pub struct RejectConflictPaths;
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.
Methods
impl RejectConflictPaths[src]
impl RejectConflictPathsTrait Implementations
impl Debug for RejectConflictPaths[src]
impl Debug for RejectConflictPathsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for RejectConflictPaths[src]
impl Default for RejectConflictPathsfn default() -> RejectConflictPaths[src]
fn default() -> RejectConflictPathsReturns the "default value" for a type. Read more
impl Clone for RejectConflictPaths[src]
impl Clone for RejectConflictPathsfn clone(&self) -> RejectConflictPaths[src]
fn clone(&self) -> RejectConflictPathsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for RejectConflictPaths[src]
impl Copy for RejectConflictPathsimpl ContentCheck for RejectConflictPaths[src]
impl ContentCheck for RejectConflictPathsfn name(&self) -> &str[src]
fn name(&self) -> &strThe name of the check.
fn check(&self, ctx: &CheckGitContext, content: &Content) -> Result<CheckResult>[src]
fn check(&self, ctx: &CheckGitContext, content: &Content) -> Result<CheckResult>Run the check.
Auto Trait Implementations
impl Send for RejectConflictPaths
impl Send for RejectConflictPathsimpl Sync for RejectConflictPaths
impl Sync for RejectConflictPaths