pub struct JsonResponseBodySuccessJson {
Show 26 fields pub query: IpAddr, pub continent: Box<str>, pub continent_code: Box<str>, pub country: Box<str>, pub country_code: Box<str>, pub country_code3: Box<str>, pub region: Box<str>, pub region_name: Box<str>, pub city: Box<str>, pub district: Box<str>, pub zip: Box<str>, pub lat: f64, pub lon: f64, pub timezone: Tz, pub offset: isize, pub current_time: DateTime<Utc>, pub currency: Box<str>, pub calling_code: Box<str>, pub isp: Box<str>, pub org: Box<str>, pub as: Box<str>, pub asname: Box<str>, pub reverse: Box<str>, pub mobile: bool, pub proxy: bool, pub hosting: bool,
}

Fields

query: IpAddrcontinent: Box<str>continent_code: Box<str>country: Box<str>country_code: Box<str>country_code3: Box<str>region: Box<str>region_name: Box<str>city: Box<str>district: Box<str>zip: Box<str>lat: f64lon: f64timezone: Tzoffset: isizecurrent_time: DateTime<Utc>currency: Box<str>calling_code: Box<str>isp: Box<str>org: Box<str>as: Box<str>asname: Box<str>reverse: Box<str>mobile: boolproxy: boolhosting: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.