Struct git_checks::checks::RejectSymlinks
[−]
[src]
pub struct RejectSymlinks;
Rejects the addition of symlinks to a repository.
Methods
impl RejectSymlinks[src]
Trait Implementations
impl Debug for RejectSymlinks[src]
impl Default for RejectSymlinks[src]
fn default() -> RejectSymlinks[src]
Returns the "default value" for a type. Read more
impl Clone for RejectSymlinks[src]
fn clone(&self) -> RejectSymlinks[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for RejectSymlinks[src]
impl ContentCheck for RejectSymlinks[src]
fn name(&self) -> &str[src]
The name of the check.
fn check(&self, _: &CheckGitContext, content: &Content) -> Result<CheckResult>[src]
Run the check.