Struct git_checks::checks::SubmoduleWatch [] [src]

pub struct SubmoduleWatch { /* fields omitted */ }

Check that submodules are reachable from a given branch and available.

Methods

impl SubmoduleWatch
[src]

[src]

Checks that submodules in the project are available.

[src]

Configure whether additions of submodules are allowed.

[src]

Configure whether removals of submodules are allowed.

Trait Implementations

impl Debug for SubmoduleWatch
[src]

[src]

Formats the value using the given formatter.

impl Default for SubmoduleWatch
[src]

[src]

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

impl Clone for SubmoduleWatch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SubmoduleWatch
[src]

impl Check for SubmoduleWatch
[src]

[src]

The name of the check.

[src]

Run the check.