Struct google_plusdomains1::PersonPlacesLived[][src]

pub struct PersonPlacesLived {
    pub primary: Option<bool>,
    pub value: Option<String>,
}

A list of places where this person has lived.

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

Fields

If "true", this place of residence is this person's primary residence.

A place where this person has lived. For example: "Seattle, WA", "Near Toronto".

Trait Implementations

impl Default for PersonPlacesLived
[src]

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

impl Clone for PersonPlacesLived
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PersonPlacesLived
[src]

Formats the value using the given formatter. Read more

impl NestedType for PersonPlacesLived
[src]

impl Part for PersonPlacesLived
[src]

Auto Trait Implementations