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

pub struct readFeaturedStickers {
    pub id: Vector<Bare, long>,
}

Fields

Trait Implementations

impl Debug for readFeaturedStickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for readFeaturedStickers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for readFeaturedStickers
[src]

impl BareSerialize for readFeaturedStickers
[src]

[src]

Auto Trait Implementations