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.
Create a new check to check identities.
Set policy for enforcement of use of full names.
pub fn whitelist_domains<I, D>(&mut self, domains: I) -> &mut Self where I: IntoIterator<Item = D>, D: ToString, | [src] |
Add domains to the domain whitelist.
Returns the "default value" for a type. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static