[][src]Struct rustio::Station

pub struct Station {
    pub name: String,
    pub language: String,
    pub country: String,
    pub state: String,
    pub tags: String,
    pub codec: String,
    pub votes: String,
    pub homepage: String,
    pub favicon: String,
    pub id: String,
    pub changeuuid: String,
    pub stationuuid: String,
    pub url: String,
    pub ip: String,
    pub bitrate: String,
    pub hls: String,
    pub lastchangetime: String,
    pub lastcheckok: String,
    pub lastchecktime: String,
    pub lastcheckoktime: String,
    pub clicktimestamp: String,
    pub clickcount: String,
    pub clicktrend: String,
}

Fields

name: Stringlanguage: Stringcountry: Stringstate: Stringtags: Stringcodec: Stringvotes: Stringhomepage: Stringfavicon: Stringid: Stringchangeuuid: Stringstationuuid: Stringurl: Stringip: Stringbitrate: Stringhls: Stringlastchangetime: Stringlastcheckok: Stringlastchecktime: Stringlastcheckoktime: Stringclicktimestamp: Stringclickcount: Stringclicktrend: String

Trait Implementations

impl PartialEq<Station> for Station[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for Station[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Station[src]

impl Debug for Station[src]

impl Hash for Station[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for Station[src]

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

Auto Trait Implementations

impl Send for Station

impl Sync for Station

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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> Borrow for T where
    T: ?Sized
[src]

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

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

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

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