Struct google_plusdomains1::ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo [] [src]

pub struct ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo {
    pub channel_id: Option<String>,
}

Actor info specific to YouTube clients.

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

Fields

ID of the YouTube channel owned by the Actor.

Trait Implementations

impl Default for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
[src]

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

impl Clone for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
[src]

Formats the value using the given formatter.

impl NestedType for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
[src]

impl Part for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo
[src]