Struct clacks_mtproto::mtproto::messages::all_stickers::AllStickers [] [src]

pub struct AllStickers {
    pub hash: int,
    pub sets: Vector<Boxed, StickerSet>,
}

TL-derived from messages.allStickers

messages.allStickers#edfd405f hash:int sets:Vector<StickerSet> = messages.AllStickers;

Fields

Trait Implementations

impl Debug for AllStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AllStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AllStickers
[src]

impl BareDeserialize for AllStickers
[src]

impl IntoBoxed for AllStickers
[src]

Auto Trait Implementations

impl Send for AllStickers

impl Sync for AllStickers