Struct git_checks::checks::RejectSymlinks
source · pub struct RejectSymlinks;Expand description
Rejects the addition of symlinks to a repository.
Implementations§
Trait Implementations§
source§impl Clone for RejectSymlinks
impl Clone for RejectSymlinks
source§fn clone(&self) -> RejectSymlinks
fn clone(&self) -> RejectSymlinks
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 ContentCheck for RejectSymlinks
impl ContentCheck for RejectSymlinks
source§impl Debug for RejectSymlinks
impl Debug for RejectSymlinks
source§impl Default for RejectSymlinks
impl Default for RejectSymlinks
source§fn default() -> RejectSymlinks
fn default() -> RejectSymlinks
Returns the “default value” for a type. Read more