Enum clacks::mtproto::BadMsgNotification [] [src]

pub enum BadMsgNotification {
    bad_msg_notification(bad_msg_notification),
    bad_server_salt(bad_server_salt),
}

Variants

Trait Implementations

impl Debug for BadMsgNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BadMsgNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for BadMsgNotification
[src]

[src]

impl BoxedDeserialize for BadMsgNotification
[src]

Auto Trait Implementations