Enum clacks::mtproto::messages::SentEncryptedMessage [] [src]

pub enum SentEncryptedMessage {
    sentEncryptedMessage(sentEncryptedMessage),
    sentEncryptedFile(sentEncryptedFile),
}

Variants

Trait Implementations

impl Debug for SentEncryptedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SentEncryptedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SentEncryptedMessage
[src]

[src]

impl BoxedDeserialize for SentEncryptedMessage
[src]

Auto Trait Implementations