Struct google_people1::BraggingRights[][src]

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

A person's bragging rights.

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

Fields

The bragging rights; for example, climbed mount everest.

Metadata about the bragging rights.

Trait Implementations

impl Default for BraggingRights
[src]

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

impl Clone for BraggingRights
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BraggingRights
[src]

Formats the value using the given formatter. Read more

impl Part for BraggingRights
[src]

Auto Trait Implementations