Struct clacks::mtproto::keyboardButtonRequestGeoLocation [] [src]

pub struct keyboardButtonRequestGeoLocation {
    pub text: string,
}

Fields

Trait Implementations

impl Debug for keyboardButtonRequestGeoLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for keyboardButtonRequestGeoLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for keyboardButtonRequestGeoLocation
[src]

[src]

impl BareDeserialize for keyboardButtonRequestGeoLocation
[src]

[src]

impl IntoBoxed for keyboardButtonRequestGeoLocation
[src]

Auto Trait Implementations