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

pub struct Url {
    pub text: Box<RichText>,
    pub url: string,
    pub webpage_id: long,
}

TL-derived from textUrl

textUrl#3c2884c1 text:RichText url:string webpage_id:long = RichText;

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