Struct google_plusdomains1::ActivityActorClientSpecificActorInfo[][src]

pub struct ActivityActorClientSpecificActorInfo {
    pub youtube_actor_info: Option<ActivityActorClientSpecificActorInfoYoutubeActorInfo>,
}

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 ActivityActorClientSpecificActorInfo
[src]

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

impl Clone for ActivityActorClientSpecificActorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActorClientSpecificActorInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityActorClientSpecificActorInfo
[src]

impl Part for ActivityActorClientSpecificActorInfo
[src]

Auto Trait Implementations