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
position: Option<PlacePosition>
The position of the place.
kind: Option<String>
Identifies this resource as a place. Value: "plus#place".
display_name: Option<String>
The display name of the place.
id: Option<String>
The id of the place.
address: Option<PlaceAddress>
The physical address of the place.
Trait Implementations
impl Debug for Place[src]
impl Clone for Place[src]
fn clone(&self) -> Place
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more