Struct git_checks::checks::ValidName [] [src]

pub struct ValidName { /* fields omitted */ }

A check which checks for valid identities.

This check uses the host external binary to check the validity of domain names used in email addresses.

The check can be configured with a policy on how to enforce use of full names.

Methods

impl ValidName
[src]

Create a new check to check identities.

Set policy for enforcement of use of full names.

Trait Implementations

impl Debug for ValidName
[src]

Formats the value using the given formatter.

impl Default for ValidName
[src]

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

impl Clone for ValidName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ValidName
[src]

impl Check for ValidName
[src]

The name of the check.

Run the check.

impl BranchCheck for ValidName
[src]

The name of the check.

Run the check.