Struct clacks::mtproto::messages::stickerSet [] [src]

pub struct stickerSet {
    pub set: StickerSet,
    pub packs: Vector<Boxed, StickerPack>,
    pub documents: Vector<Boxed, Document>,
}

Fields

Trait Implementations

impl Debug for stickerSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for stickerSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for stickerSet
[src]

[src]

impl BareDeserialize for stickerSet
[src]

[src]

impl IntoBoxed for stickerSet
[src]

Auto Trait Implementations

impl Send for stickerSet

impl Sync for stickerSet