[][src]Struct google_youtube3::LiveChatMessageAuthorDetails

pub struct LiveChatMessageAuthorDetails {
    pub display_name: Option<String>,
    pub is_chat_moderator: Option<bool>,
    pub channel_id: Option<String>,
    pub is_chat_sponsor: Option<bool>,
    pub profile_image_url: Option<String>,
    pub is_chat_owner: Option<bool>,
    pub channel_url: Option<String>,
    pub is_verified: Option<bool>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

display_name: Option<String>

The channel's display name.

is_chat_moderator: Option<bool>

Whether the author is a moderator of the live chat.

channel_id: Option<String>

The YouTube channel ID.

is_chat_sponsor: Option<bool>

Whether the author is a sponsor of the live chat.

profile_image_url: Option<String>

The channels's avatar URL.

is_chat_owner: Option<bool>

Whether the author is the owner of the live chat.

channel_url: Option<String>

The channel's URL.

is_verified: Option<bool>

Whether the author's identity has been verified by YouTube.

Trait Implementations

impl Part for LiveChatMessageAuthorDetails[src]

impl Clone for LiveChatMessageAuthorDetails[src]

impl Default for LiveChatMessageAuthorDetails[src]

impl Debug for LiveChatMessageAuthorDetails[src]

impl Serialize for LiveChatMessageAuthorDetails[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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.

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

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

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

impl<T> Typeable for T where
    T: Any

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