Struct google_people1::Residence[][src]

pub struct Residence {
    pub current: Option<bool>,
    pub value: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's past or current residence.

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

Fields

True if the residence is the person's current residence; false if the residence is a past residence.

The address of the residence.

Metadata about the residence.

Trait Implementations

impl Default for Residence
[src]

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

impl Clone for Residence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Residence
[src]

Formats the value using the given formatter. Read more

impl Part for Residence
[src]

Auto Trait Implementations

impl Send for Residence

impl Sync for Residence