[][src]Struct riven::models::spectator_v4::FeaturedGames

pub struct FeaturedGames {
    pub game_list: Vec<FeaturedGameInfo>,
    pub client_refresh_interval: i64,
}

FeaturedGames data object.

Fields

game_list: Vec<FeaturedGameInfo>

The list of featured games

client_refresh_interval: i64

The suggested interval to wait before requesting FeaturedGames again

Trait Implementations

impl Debug for FeaturedGames[src]

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

impl Serialize for FeaturedGames[src]

Auto Trait Implementations

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, 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.