Struct google_plus1::PlacePosition [−][src]
The position of the place.
This type is not used in any activity, and only used as part of another schema.
Fields
latitude: Option<f64>
The latitude of this position.
longitude: Option<f64>
The longitude of this position.
Trait Implementations
impl Default for PlacePosition[src]
impl Default for PlacePositionfn default() -> PlacePosition[src]
fn default() -> PlacePositionReturns the "default value" for a type. Read more
impl Clone for PlacePosition[src]
impl Clone for PlacePositionfn clone(&self) -> PlacePosition[src]
fn clone(&self) -> PlacePositionReturns 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 PlacePosition[src]
impl Debug for PlacePositionfn 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 PlacePosition[src]
impl NestedType for PlacePositionimpl Part for PlacePosition[src]
impl Part for PlacePositionAuto Trait Implementations
impl Send for PlacePosition
impl Send for PlacePositionimpl Sync for PlacePosition
impl Sync for PlacePosition