Struct maxminddb::geoip2::Isp [] [src]

pub struct Isp {
    pub autonomous_system_number: Option<u32>,
    pub autonomous_system_organization: Option<String>,
    pub isp: Option<String>,
    pub organization: Option<String>,
}

GeoIP2 ISP record

Fields

Trait Implementations

impl Decodable for Isp
[src]

Deserialize a value using a Decoder.

impl Clone for Isp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Isp
[src]

Formats the value using the given formatter.