Struct clacks_mtproto::mtproto::messages::sticker_set_install_result::Archive [] [src]

pub struct Archive {
    pub sets: Vector<Boxed, StickerSetCovered>,
}

TL-derived from messages.stickerSetInstallResultArchive

messages.stickerSetInstallResultArchive#35e410a8 sets:Vector<StickerSetCovered> = messages.StickerSetInstallResult;

Fields

Trait Implementations

impl Debug for Archive
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Archive
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Archive
[src]

impl BareDeserialize for Archive
[src]

impl IntoBoxed for Archive
[src]

Auto Trait Implementations

impl Send for Archive

impl Sync for Archive