Struct google_plus1::ActivityActorName[][src]

pub struct ActivityActorName {
    pub given_name: Option<String>,
    pub family_name: Option<String>,
}

An object representation of the individual components of name.

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

Fields

The given name ("first name") of the actor.

The family name ("last name") of the actor.

Trait Implementations

impl Default for ActivityActorName
[src]

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

impl Clone for ActivityActorName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActorName
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityActorName
[src]

impl Part for ActivityActorName
[src]

Auto Trait Implementations