Struct git_checks::checks::SubmoduleRewind [] [src]

pub struct SubmoduleRewind;

Check that submodules are not rewound to older revisions.

Methods

impl SubmoduleRewind
[src]

[src]

Checks that submodules in the project always move forward.

Trait Implementations

impl Debug for SubmoduleRewind
[src]

[src]

Formats the value using the given formatter.

impl Default for SubmoduleRewind
[src]

[src]

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

impl Clone for SubmoduleRewind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SubmoduleRewind
[src]

impl Check for SubmoduleRewind
[src]

[src]

The name of the check.

[src]

Run the check.