Struct iso3166_3::FormerCountryCodeCodes [] [src]

pub struct FormerCountryCodeCodes<'a> {
    // some fields omitted
}

Struct containing a Former Country Code's ISO 3166-1 information, containing 3 pieces of information:

  • alpha2: Two-character code for the country code;
  • alpha3: Three-character code for the country code;
  • num: Three digit code assigned to the country code.

This struct derives Clone and Debug.

Trait Implementations

impl<'a> Debug for FormerCountryCodeCodes<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<'a> Clone for FormerCountryCodeCodes<'a>
[src]

fn clone(&self) -> FormerCountryCodeCodes<'a>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more