Struct clacks_mtproto::mtproto::keyboard_button::RequestGeoLocation [] [src]

pub struct RequestGeoLocation {
    pub text: string,
}

TL-derived from keyboardButtonRequestGeoLocation

keyboardButtonRequestGeoLocation#fc796b3f text:string = KeyboardButton;

Fields

Trait Implementations

impl Debug for RequestGeoLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RequestGeoLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for RequestGeoLocation
[src]

impl BareDeserialize for RequestGeoLocation
[src]

impl IntoBoxed for RequestGeoLocation
[src]

Auto Trait Implementations