Struct google_plus1::CommentActorClientSpecificActorInfoYoutubeActorInfo [] [src]

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

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

impl Clone for CommentActorClientSpecificActorInfoYoutubeActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentActorClientSpecificActorInfoYoutubeActorInfo
[src]

Formats the value using the given formatter.

impl NestedType for CommentActorClientSpecificActorInfoYoutubeActorInfo
[src]

impl Part for CommentActorClientSpecificActorInfoYoutubeActorInfo
[src]