Struct google_plus1::PlaceAddress
[−]
[src]
pub struct PlaceAddress {
pub formatted: Option<String>,
}The physical address of the place.
This type is not used in any activity, and only used as part of another schema.
Fields
formatted: Option<String>
The formatted address for display.
Trait Implementations
impl Debug for PlaceAddress[src]
impl Clone for PlaceAddress[src]
fn clone(&self) -> PlaceAddress
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
impl Default for PlaceAddress[src]
fn default() -> PlaceAddress
Returns the "default value" for a type. Read more