Struct clacks::mtproto::stickerPack [] [src]

pub struct stickerPack {
    pub emoticon: string,
    pub documents: Vector<Bare, long>,
}

Fields

Trait Implementations

impl Debug for stickerPack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for stickerPack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for stickerPack
[src]

[src]

impl BareDeserialize for stickerPack
[src]

[src]

impl IntoBoxed for stickerPack
[src]

Auto Trait Implementations

impl Send for stickerPack

impl Sync for stickerPack