Struct ipdb::reader::BaseStationInfo[][src]

pub struct BaseStationInfo<'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 base_station: &'a str,
}

Fields

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

Trait Implementations

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

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

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for BaseStationInfo<'a>

impl<'a> Send for BaseStationInfo<'a>

impl<'a> Sync for BaseStationInfo<'a>

impl<'a> Unpin for BaseStationInfo<'a>

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