Struct google_youtube3::ChannelBrandingSettings [] [src]

pub struct ChannelBrandingSettings {
    pub image: Option<ImageSettings>,
    pub watch: Option<WatchSettings>,
    pub channel: Option<ChannelSettings>,
    pub hints: Option<Vec<PropertyValue>>,
}

Branding properties of a YouTube channel.

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

Fields

Branding properties for branding images.

Branding properties for the watch page.

Branding properties for the channel view.

Additional experimental branding properties.

Trait Implementations

impl Debug for ChannelBrandingSettings
[src]

Formats the value using the given formatter.

impl Clone for ChannelBrandingSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelBrandingSettings
[src]

Returns the "default value" for a type. Read more

impl Part for ChannelBrandingSettings
[src]