Enum clacks::mtproto::Updates [] [src]

pub enum Updates {
    updatesTooLong,
    updateShortMessage(updateShortMessage),
    updateShortChatMessage(updateShortChatMessage),
    updateShort(updateShort),
    updatesCombined(updatesCombined),
    updates_(updates_),
    updateShortSentMessage(updateShortSentMessage),
}

Variants

Trait Implementations

impl Debug for Updates
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Updates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Updates
[src]

[src]

impl BoxedDeserialize for Updates
[src]

Auto Trait Implementations

impl Send for Updates

impl Sync for Updates