Struct google_people1::Nickname[][src]

pub struct Nickname {
    pub type_: Option<String>,
    pub value: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's nickname.

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

Fields

The type of the nickname.

The nickname.

Metadata about the nickname.

Trait Implementations

impl Default for Nickname
[src]

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

impl Clone for Nickname
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Nickname
[src]

Formats the value using the given formatter. Read more

impl Part for Nickname
[src]

Auto Trait Implementations

impl Send for Nickname

impl Sync for Nickname