Struct clacks_mtproto::mtproto::recent_me_url::Unknown [] [src]

pub struct Unknown {
    pub url: string,
}

TL-derived from recentMeUrlUnknown

recentMeUrlUnknown#46e1d13d url:string = RecentMeUrl;

Fields

Trait Implementations

impl Debug for Unknown
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Unknown
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Unknown
[src]

impl BareDeserialize for Unknown
[src]

impl IntoBoxed for Unknown
[src]

Auto Trait Implementations

impl Send for Unknown

impl Sync for Unknown