Enum clacks::mtproto::RecentMeUrl [] [src]

pub enum RecentMeUrl {
    recentMeUrlUnknown(recentMeUrlUnknown),
    recentMeUrlUser(recentMeUrlUser),
    recentMeUrlChat(recentMeUrlChat),
    recentMeUrlChatInvite(recentMeUrlChatInvite),
    recentMeUrlStickerSet(recentMeUrlStickerSet),
}

Variants

Trait Implementations

impl Debug for RecentMeUrl
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RecentMeUrl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RecentMeUrl
[src]

[src]

impl BoxedDeserialize for RecentMeUrl
[src]

Auto Trait Implementations

impl Send for RecentMeUrl

impl Sync for RecentMeUrl