Struct maxminddb::geoip2::Country [] [src]

pub struct Country {
    pub continent: Option<Continent>,
    pub country: Option<Country>,
    pub registered_country: Option<Country>,
    pub represented_country: Option<RepresentedCountry>,
    pub traits: Option<Traits>,
}

GeoIP2 Country record

Fields

Trait Implementations

impl Decodable for Country
[src]

Deserialize a value using a Decoder.

impl Clone for Country
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Country
[src]

Formats the value using the given formatter.