Struct telegram_typings::Location [] [src]

pub struct Location {
    pub longitude: f64,
    pub latitude: f64,
}

This object represents a point on the map.

Fields

Longitude as defined by sender

Latitude as defined by sender

Trait Implementations

impl Debug for Location
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Location

impl Sync for Location