Struct maxminddb::geoip2::AnonymousIp [] [src]

pub struct AnonymousIp {
    pub is_anonymous: Option<bool>,
    pub is_public_proxy: Option<bool>,
}

GeoIP2 Anonymous Ip record

Fields

Trait Implementations

impl Decodable for AnonymousIp
[src]

Deserialize a value using a Decoder.

impl Clone for AnonymousIp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnonymousIp
[src]

Formats the value using the given formatter.