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

pub struct reorderStickerSets {
    pub masks: bool,
    pub order: Vector<Bare, long>,
}

Fields

Trait Implementations

impl Debug for reorderStickerSets
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for reorderStickerSets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for reorderStickerSets
[src]

impl BareSerialize for reorderStickerSets
[src]

[src]

Auto Trait Implementations