Struct git_checks::ValidName
source · [−]pub struct ValidName { /* private fields */ }Expand description
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.
Implementations
sourceimpl ValidName
impl ValidName
sourcepub fn builder() -> ValidNameBuilder
pub fn builder() -> ValidNameBuilder
Create a new builder.
Trait Implementations
sourceimpl BranchCheck for ValidName
impl BranchCheck for ValidName
Auto Trait Implementations
impl RefUnwindSafe for ValidName
impl Send for ValidName
impl Sync for ValidName
impl Unpin for ValidName
impl UnwindSafe for ValidName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more