Struct git_checks::checks::SubmoduleAvailable [] [src]

pub struct SubmoduleAvailable { /* fields omitted */ }

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

Methods

impl SubmoduleAvailable
[src]

[src]

Checks that submodules in the project are available.

[src]

Sets whether a first parent history is required to reach the commit.

If the merge commit of the submodule into the tracked branch should be required, set this flag.

Trait Implementations

impl Debug for SubmoduleAvailable
[src]

[src]

Formats the value using the given formatter.

impl Default for SubmoduleAvailable
[src]

[src]

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

impl Clone for SubmoduleAvailable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SubmoduleAvailable
[src]

impl Check for SubmoduleAvailable
[src]

[src]

The name of the check.

[src]

Run the check.