Struct clacks_mtproto::mtproto::input_media::GeoPoint [] [src]

pub struct GeoPoint {
    pub geo_point: InputGeoPoint,
}

TL-derived from inputMediaGeoPoint

inputMediaGeoPoint#f9c44144 geo_point:InputGeoPoint = InputMedia;

Fields

Trait Implementations

impl Debug for GeoPoint
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GeoPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for GeoPoint
[src]

impl BareDeserialize for GeoPoint
[src]

impl IntoBoxed for GeoPoint
[src]

Auto Trait Implementations

impl Send for GeoPoint

impl Sync for GeoPoint