[][src]Struct libtwitch_rs::kraken::games::Game

pub struct Game {
    pub id: i64,
    pub _box: HashMap<String, String>,
    pub giantbomb_id: i64,
    pub logo: HashMap<String, String>,
    pub name: String,
    pub popularity: i32,
}

Fields

id: i64_box: HashMap<String, String>giantbomb_id: i64name: Stringpopularity: i32

Trait Implementations

impl Debug for Game[src]

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

Auto Trait Implementations

impl RefUnwindSafe for Game

impl Send for Game

impl Sync for Game

impl Unpin for Game

impl UnwindSafe for Game

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument 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.