Struct google_plus1::ActivityObjectActorClientSpecificActorInfo [] [src]

pub struct ActivityObjectActorClientSpecificActorInfo {
    pub youtube_actor_info: Option<ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo>,
}

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 Debug for ActivityObjectActorClientSpecificActorInfo
[src]

Formats the value using the given formatter.

impl Clone for ActivityObjectActorClientSpecificActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityObjectActorClientSpecificActorInfo
[src]

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

impl NestedType for ActivityObjectActorClientSpecificActorInfo
[src]

impl Part for ActivityObjectActorClientSpecificActorInfo
[src]