Struct clacks::mtproto::inputStickerSetID [] [src]

pub struct inputStickerSetID {
    pub id: long,
    pub access_hash: long,
}

Fields

Trait Implementations

impl Debug for inputStickerSetID
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputStickerSetID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputStickerSetID
[src]

[src]

impl BareDeserialize for inputStickerSetID
[src]

[src]

impl IntoBoxed for inputStickerSetID
[src]

Auto Trait Implementations