Struct google_plus1::ActivityActorClientSpecificActorInfoYoutubeActorInfo [] [src]

pub struct ActivityActorClientSpecificActorInfoYoutubeActorInfo {
    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 ActivityActorClientSpecificActorInfoYoutubeActorInfo
[src]

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

impl Clone for ActivityActorClientSpecificActorInfoYoutubeActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActorClientSpecificActorInfoYoutubeActorInfo
[src]

Formats the value using the given formatter.

impl NestedType for ActivityActorClientSpecificActorInfoYoutubeActorInfo
[src]

impl Part for ActivityActorClientSpecificActorInfoYoutubeActorInfo
[src]