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 Default for Place[src]
impl Default for Placeimpl Clone for Place[src]
impl Clone for Placefn clone(&self) -> Place[src]
fn clone(&self) -> PlaceReturns 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 Place[src]
impl Debug for Placefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Place[src]
impl Part for Place