[][src]Struct iplocation::IPData

pub struct IPData {
    pub asn: String,
    pub city: String,
    pub country: String,
    pub country_code: String,
    pub isp: String,
    pub lat: f64,
    pub lon: f64,
    pub org: String,
    pub query: String,
    pub region: String,
    pub region_name: String,
    pub status: String,
    pub timezone: String,
    pub zip: String,
}

Fields

asn: Stringcity: Stringcountry: Stringcountry_code: Stringisp: Stringlat: f64lon: f64org: Stringquery: Stringregion: Stringregion_name: Stringstatus: Stringtimezone: Stringzip: String

Trait Implementations

impl Debug for IPData[src]

impl<'de> Deserialize<'de> for IPData[src]

Auto Trait Implementations

impl Sync for IPData

impl Send for IPData

impl Unpin for IPData

impl RefUnwindSafe for IPData

impl UnwindSafe for IPData

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err