Struct google_plus1::PlaceAddress [−][src]
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 Default for PlaceAddress[src]
impl Default for PlaceAddressfn default() -> PlaceAddress[src]
fn default() -> PlaceAddressReturns the "default value" for a type. Read more
impl Clone for PlaceAddress[src]
impl Clone for PlaceAddressfn clone(&self) -> PlaceAddress[src]
fn clone(&self) -> PlaceAddressReturns 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 PlaceAddress[src]
impl Debug for PlaceAddressfn 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 PlaceAddress[src]
impl NestedType for PlaceAddressimpl Part for PlaceAddress[src]
impl Part for PlaceAddressAuto Trait Implementations
impl Send for PlaceAddress
impl Send for PlaceAddressimpl Sync for PlaceAddress
impl Sync for PlaceAddress