Struct ipdb::reader::CityInfo[][src]

pub struct CityInfo<'a> {
Show fields pub country_name: &'a str, pub region_name: &'a str, pub city_name: &'a str, pub owner_domain: &'a str, pub isp_domain: &'a str, pub latitude: &'a str, pub longitude: &'a str, pub timezone: &'a str, pub utcoffset: &'a str, pub china_admin_code: &'a str, pub idd_code: &'a str, pub country_code: &'a str, pub continent_code: &'a str, pub idc: &'a str, pub base_station: &'a str, pub country_code3: &'a str, pub european_union: &'a str, pub currency_code: &'a str, pub currency_name: &'a str, pub any_cast: &'a str,
}

Fields

country_name: &'a strregion_name: &'a strcity_name: &'a strowner_domain: &'a strisp_domain: &'a strlatitude: &'a strlongitude: &'a strtimezone: &'a strutcoffset: &'a strchina_admin_code: &'a stridd_code: &'a strcountry_code: &'a strcontinent_code: &'a stridc: &'a strbase_station: &'a strcountry_code3: &'a streuropean_union: &'a strcurrency_code: &'a strcurrency_name: &'a strany_cast: &'a str

Trait Implementations

impl<'a> Debug for CityInfo<'a>[src]

impl<'a> From<Vec<&'a str, Global>> for CityInfo<'a>[src]

impl<'a> ToString for CityInfo<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for CityInfo<'a>

impl<'a> Send for CityInfo<'a>

impl<'a> Sync for CityInfo<'a>

impl<'a> Unpin for CityInfo<'a>

impl<'a> UnwindSafe for CityInfo<'a>

Blanket Implementations

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

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

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

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.