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

pub struct recentStickers {
    pub hash: int,
    pub stickers: Vector<Boxed, Document>,
}

Fields

Trait Implementations

impl Debug for recentStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for recentStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for recentStickers
[src]

[src]

impl BareDeserialize for recentStickers
[src]

[src]

impl IntoBoxed for recentStickers
[src]

Auto Trait Implementations