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

pub struct Url {
    pub text: string,
    pub url: string,
}

TL-derived from keyboardButtonUrl

keyboardButtonUrl#258aff05 text:string url:string = KeyboardButton;

Fields

Trait Implementations

impl Debug for Url
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Url
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Url
[src]

impl BareDeserialize for Url
[src]

impl IntoBoxed for Url
[src]

Auto Trait Implementations

impl Send for Url

impl Sync for Url