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

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

GeoIP2 Connection-Type record

Fields

connection_type: Option<String>

Trait Implementations

impl Debug for ConnectionType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ConnectionType
[src]

fn clone(&self) -> ConnectionType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Decodable for ConnectionType
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ConnectionType, __D::Error>