Struct google_people1::Biography[][src]

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

A person's short biography.

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

Fields

The content type of the biography.

The short biography.

Metadata about the biography.

Trait Implementations

impl Default for Biography
[src]

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

impl Clone for Biography
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Biography
[src]

Formats the value using the given formatter. Read more

impl Part for Biography
[src]

Auto Trait Implementations

impl Send for Biography

impl Sync for Biography