Enum iban::IbanCountryResult [] [src]

pub enum IbanCountryResult {
    Valid,
    Invalid,
    CountryUnknown,
}

The function validate_iban_country will return a variant of this enum.

Variants

The country was recognized and the code was valid

The country was recognized and didn't fit the format

The country was not recognized

Trait Implementations

impl Copy for IbanCountryResult
[src]

impl Clone for IbanCountryResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for IbanCountryResult
[src]

impl PartialEq for IbanCountryResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for IbanCountryResult
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for IbanCountryResult
[src]

Formats the value using the given formatter.