[][src]Struct google_youtube3::ChannelSectionSnippet

pub struct ChannelSectionSnippet {
    pub style: Option<String>,
    pub localized: Option<ChannelSectionLocalization>,
    pub title: Option<String>,
    pub position: Option<u32>,
    pub channel_id: Option<String>,
    pub type_: Option<String>,
    pub default_language: Option<String>,
}

Basic details about a channel section, including title, style and position.

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

Fields

style: Option<String>

The style of the channel section.

localized: Option<ChannelSectionLocalization>

Localized title, read-only.

title: Option<String>

The channel section's title for multiple_playlists and multiple_channels.

position: Option<u32>

The position of the channel section in the channel.

channel_id: Option<String>

The ID that YouTube uses to uniquely identify the channel that published the channel section.

type_: Option<String>

The type of the channel section.

default_language: Option<String>

The language of the channel section's default title and description.

Trait Implementations

impl Part for ChannelSectionSnippet[src]

impl Clone for ChannelSectionSnippet[src]

impl Default for ChannelSectionSnippet[src]

impl Debug for ChannelSectionSnippet[src]

impl Serialize for ChannelSectionSnippet[src]

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