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

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

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]

[src]

impl BareDeserialize for allStickers
[src]

[src]

impl IntoBoxed for allStickers
[src]

Auto Trait Implementations

impl Send for allStickers

impl Sync for allStickers