Struct google_plus1::Place[][src]

pub struct Place {
    pub position: Option<PlacePosition>,
    pub kind: Option<String>,
    pub display_name: Option<String>,
    pub id: Option<String>,
    pub address: Option<PlaceAddress>,
}

There is no detailed description.

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

Fields

The position of the place.

Identifies this resource as a place. Value: "plus#place".

The display name of the place.

The id of the place.

The physical address of the place.

Trait Implementations

impl Default for Place
[src]

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

impl Clone for Place
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Place
[src]

Formats the value using the given formatter. Read more

impl Part for Place
[src]

Auto Trait Implementations

impl Send for Place

impl Sync for Place