Struct rusoto_route53::GeoLocation[][src]

pub struct GeoLocation {
    pub continent_code: Option<String>,
    pub country_code: Option<String>,
    pub subdivision_code: Option<String>,
}

A complex type that contains information about a geo location.

Fields

The two-letter code for the continent.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

The two-letter code for the country.

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

Trait Implementations

impl Default for GeoLocation
[src]

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

impl Debug for GeoLocation
[src]

Formats the value using the given formatter. Read more

impl Clone for GeoLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GeoLocation
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for GeoLocation

impl Sync for GeoLocation