Struct clacks::mtproto::rpc::messages::getAllStickers [] [src]

pub struct getAllStickers {
    pub hash: int,
}

Fields

Trait Implementations

impl Debug for getAllStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getAllStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getAllStickers
[src]

impl BareSerialize for getAllStickers
[src]

[src]

Auto Trait Implementations