Struct geocode::structs::Location [] [src]

pub struct Location {
    pub lat: f64,
    pub lng: f64,
}

Fields

Trait Implementations

impl Debug for Location
[src]

[src]

Formats the value using the given formatter.

impl Clone for Location
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more