Struct ipinfodb::GeoInfo [] [src]

pub struct GeoInfo {
    pub ip_address: String,
    pub country_code: String,
    pub country_name: String,
    pub region_name: String,
    pub city_name: String,
    pub zip_code: String,
    pub latitude: String,
    pub longitude: String,
    pub time_zone: String,
}

Fields

Trait Implementations

impl Debug for GeoInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GeoInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GeoInfo
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for GeoInfo
[src]

Auto Trait Implementations

impl Send for GeoInfo

impl Sync for GeoInfo