[][src]Struct twitch_rs::clips::HelixClip

pub struct HelixClip {
    pub id: String,
    pub url: String,
    pub embed_url: String,
    pub broadcaster_id: String,
    pub broadcaster_name: String,
    pub creator_id: String,
    pub creator_name: String,
    pub video_id: String,
    pub game_id: String,
    pub language: String,
    pub title: String,
    pub view_count: i32,
    pub created_at: String,
    pub thumbnail_url: String,
}

Fields

id: Stringurl: Stringembed_url: Stringbroadcaster_id: Stringbroadcaster_name: Stringcreator_id: Stringcreator_name: Stringvideo_id: Stringgame_id: Stringlanguage: Stringtitle: Stringview_count: i32created_at: Stringthumbnail_url: String

Trait Implementations

impl Debug for HelixClip[src]

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

impl HelixModel for HelixClip[src]

impl Serialize for HelixClip[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: 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.