Struct git_checks::checks::CheckWhitespace
source · pub struct CheckWhitespace;Expand description
Checks for bad whitespace using Git’s built-in checks. This is attribute-driven, so any
gitattributes(5) files may be used to suppress spirious errors from this check.
Implementations§
Trait Implementations§
source§impl Check for CheckWhitespace
impl Check for CheckWhitespace
source§impl Clone for CheckWhitespace
impl Clone for CheckWhitespace
source§fn clone(&self) -> CheckWhitespace
fn clone(&self) -> CheckWhitespace
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CheckWhitespace
impl Debug for CheckWhitespace
source§impl Default for CheckWhitespace
impl Default for CheckWhitespace
source§fn default() -> CheckWhitespace
fn default() -> CheckWhitespace
Returns the “default value” for a type. Read more