Struct google_plus1::CommentActorClientSpecificActorInfo[][src]

pub struct CommentActorClientSpecificActorInfo {
    pub youtube_actor_info: Option<CommentActorClientSpecificActorInfoYoutubeActorInfo>,
}

Actor info specific to particular clients.

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

Fields

Actor info specific to YouTube clients.

Trait Implementations

impl Default for CommentActorClientSpecificActorInfo
[src]

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

impl Clone for CommentActorClientSpecificActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentActorClientSpecificActorInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentActorClientSpecificActorInfo
[src]

impl Part for CommentActorClientSpecificActorInfo
[src]

Auto Trait Implementations