Struct clacks::mtproto::messageMediaGeo [] [src]

pub struct messageMediaGeo {
    pub geo: GeoPoint,
}

Fields

Trait Implementations

impl Debug for messageMediaGeo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageMediaGeo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageMediaGeo
[src]

[src]

impl BareDeserialize for messageMediaGeo
[src]

[src]

impl IntoBoxed for messageMediaGeo
[src]

Auto Trait Implementations