Enum clacks::mtproto::EncryptedChat [] [src]

pub enum EncryptedChat {
    encryptedChatEmpty(encryptedChatEmpty),
    encryptedChatWaiting(encryptedChatWaiting),
    encryptedChatRequested(encryptedChatRequested),
    encryptedChat(encryptedChat),
    encryptedChatDiscarded(encryptedChatDiscarded),
}

Variants

Trait Implementations

impl Debug for EncryptedChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EncryptedChat
[src]

[src]

impl BoxedDeserialize for EncryptedChat
[src]

Auto Trait Implementations

impl Send for EncryptedChat

impl Sync for EncryptedChat