Struct google_geocoding::FormattedAddress[][src]

pub struct FormattedAddress(_);

A human-readable address of this location.

Trait Implementations

impl Debug for FormattedAddress
[src]

Formats the value using the given formatter. Read more

impl Display for FormattedAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations