Struct rusoto_route53::GeoLocationDetails [] [src]

pub struct GeoLocationDetails {
    pub continent_code: Option<GeoLocationContinentCode>,
    pub continent_name: Option<GeoLocationContinentName>,
    pub country_code: Option<GeoLocationCountryCode>,
    pub country_name: Option<GeoLocationCountryName>,
    pub subdivision_code: Option<GeoLocationSubdivisionCode>,
    pub subdivision_name: Option<GeoLocationSubdivisionName>,
}

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

Fields

The two-letter code for the continent.

The full name of the continent.

The two-letter code for the country.

The name of the country.

The code for the subdivision, for example, a state in the United States or a province in Canada.

The full name of the subdivision, for example, a state in the United States or a province in Canada.

Trait Implementations

impl Default for GeoLocationDetails
[src]

Returns the "default value" for a type. Read more

impl Clone for GeoLocationDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GeoLocationDetails
[src]

Formats the value using the given formatter.