Struct clacks::mtproto::recentMeUrlStickerSet [] [src]

pub struct recentMeUrlStickerSet {
    pub url: string,
    pub set: StickerSetCovered,
}

Fields

Trait Implementations

impl Debug for recentMeUrlStickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for recentMeUrlStickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for recentMeUrlStickerSet
[src]

[src]

impl BareDeserialize for recentMeUrlStickerSet
[src]

[src]

impl IntoBoxed for recentMeUrlStickerSet
[src]

Auto Trait Implementations