[][src]Struct google_youtube3::LiveStreamSnippet

pub struct LiveStreamSnippet {
    pub is_default_stream: Option<bool>,
    pub channel_id: Option<String>,
    pub description: Option<String>,
    pub published_at: Option<String>,
    pub title: Option<String>,
}

There is no detailed description.

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

Fields

is_default_stream: Option<bool>

no description provided

channel_id: Option<String>

The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.

description: Option<String>

The stream's description. The value cannot be longer than 10000 characters.

published_at: Option<String>

The date and time that the stream was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

title: Option<String>

The stream's title. The value must be between 1 and 128 characters long.

Trait Implementations

impl Part for LiveStreamSnippet[src]

impl Clone for LiveStreamSnippet[src]

impl Default for LiveStreamSnippet[src]

impl Debug for LiveStreamSnippet[src]

impl Serialize for LiveStreamSnippet[src]

impl<'de> Deserialize<'de> for LiveStreamSnippet[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]