[][src]Struct twitch_app_api::Author

pub struct Author {
    pub name: String,
    pub url: String,
    pub project_id: f64,
    pub id: f64,
    pub project_title_id: Option<f64>,
    pub project_title_title: Option<String>,
    pub user_id: f64,
    pub twitch_id: f64,
}

Fields

name: Stringurl: Stringproject_id: f64id: f64project_title_id: Option<f64>project_title_title: Option<String>user_id: f64twitch_id: f64

Trait Implementations

impl Debug for Author[src]

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

Auto Trait Implementations

impl RefUnwindSafe for Author

impl Send for Author

impl Sync for Author

impl Unpin for Author

impl UnwindSafe for Author

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