Struct iso3166_3::FormerCountryCode [] [src]

pub struct FormerCountryCode<'a> {
    pub code: &'a str,
    pub codes_former: FormerCountryCodeCodes<'a>,
    pub description: &'a str,
    pub name: &'a str,
    pub validity: [i16; 2],
}

Struct defining a Former Country Code as defined by ISO 3166-3.

Fields

Four-letter code assigned for the former country name

The former codes that this country had

Reason why the code was deprecated (e.g.: country merge, divided)

The former country's name

The period in years of which this code was valid

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for FormerCountryCode<'a>
[src]

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

Formats the value using the given formatter.