Struct google_youtube3::ChannelProfileDetails [] [src]

pub struct ChannelProfileDetails {
    pub channel_id: Option<String>,
    pub display_name: Option<String>,
    pub channel_url: Option<String>,
    pub profile_image_url: Option<String>,
}

There is no detailed description.

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

Fields

The YouTube channel ID.

The channel's display name.

The channel's URL.

The channels's avatar URL.

Trait Implementations

impl Default for ChannelProfileDetails
[src]

[src]

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

impl Clone for ChannelProfileDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelProfileDetails
[src]

[src]

Formats the value using the given formatter.

impl Part for ChannelProfileDetails
[src]