Struct google_plusdomains1::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

The formatted address for display.

Trait Implementations

impl Default for PlaceAddress
[src]

Returns the "default value" for a type. Read more

impl Clone for PlaceAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlaceAddress
[src]

Formats the value using the given formatter. Read more

impl NestedType for PlaceAddress
[src]

impl Part for PlaceAddress
[src]

Auto Trait Implementations