Struct git_checks::checks::RejectSymlinks [] [src]

pub struct RejectSymlinks;

Rejects the addition of symlinks to a repository.

Methods

impl RejectSymlinks
[src]

[src]

Create a new check which rejects the addition of symlinks.

Trait Implementations

impl Debug for RejectSymlinks
[src]

[src]

Formats the value using the given formatter.

impl Default for RejectSymlinks
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for RejectSymlinks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RejectSymlinks
[src]

impl ContentCheck for RejectSymlinks
[src]

[src]

The name of the check.

[src]

Run the check.