Struct google_plus1::PersonPlacesLived [−][src]
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
primary: Option<bool>
If "true", this place of residence is this person's primary residence.
value: Option<String>
A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
Trait Implementations
impl Default for PersonPlacesLived[src]
impl Default for PersonPlacesLivedfn default() -> PersonPlacesLived[src]
fn default() -> PersonPlacesLivedReturns the "default value" for a type. Read more
impl Clone for PersonPlacesLived[src]
impl Clone for PersonPlacesLivedfn clone(&self) -> PersonPlacesLived[src]
fn clone(&self) -> PersonPlacesLivedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PersonPlacesLived[src]
impl Debug for PersonPlacesLivedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for PersonPlacesLived[src]
impl NestedType for PersonPlacesLivedimpl Part for PersonPlacesLived[src]
impl Part for PersonPlacesLivedAuto Trait Implementations
impl Send for PersonPlacesLived
impl Send for PersonPlacesLivedimpl Sync for PersonPlacesLived
impl Sync for PersonPlacesLived