Struct maxminddb::geoip2::ConnectionType [] [src]

pub struct ConnectionType {
    pub connection_type: Option<String>,
}

GeoIP2 Connection-Type record

Fields

Trait Implementations

impl Decodable for ConnectionType
[src]

Deserialize a value using a Decoder.

impl Clone for ConnectionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConnectionType
[src]

Formats the value using the given formatter.