Struct bank::Iban [] [src]

pub struct Iban { /* fields omitted */ }

Trait Implementations

impl Clone for Iban
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Iban
[src]

Formats the value using the given formatter.

impl FromStr for Iban
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for Iban
[src]

Formats the value using the given formatter. Read more