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 Clone for AnonymousIp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnonymousIp
[src]

[src]

Formats the value using the given formatter.