Struct ipdb::reader::IdcInfo[][src]

pub struct IdcInfo<'a> {
    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 idc: &'a str,
}

Fields

country_name: &'a strregion_name: &'a strcity_name: &'a strowner_domain: &'a strisp_domain: &'a stridc: &'a str

Trait Implementations

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

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

impl<'a> Serialize for IdcInfo<'a>[src]

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for IdcInfo<'a>

impl<'a> Send for IdcInfo<'a>

impl<'a> Sync for IdcInfo<'a>

impl<'a> Unpin for IdcInfo<'a>

impl<'a> UnwindSafe for IdcInfo<'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.