Struct google_people1::Occupation[][src]

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

A person's occupation.

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

Fields

The occupation; for example, carpenter.

Metadata about the occupation.

Trait Implementations

impl Default for Occupation
[src]

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

impl Clone for Occupation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Occupation
[src]

Formats the value using the given formatter. Read more

impl Part for Occupation
[src]

Auto Trait Implementations

impl Send for Occupation

impl Sync for Occupation