Struct actix_telegram::types::Location[][src]

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

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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Location

impl Sync for Location