Struct geocode::structs::GeocodeResponse [] [src]

pub struct GeocodeResponse {
    pub location: Location,
    pub location_type: String,
    pub formatted_address: String,
}

Fields

Trait Implementations

impl Debug for GeocodeResponse
[src]

[src]

Formats the value using the given formatter.