Struct clacks_mtproto::mtproto::update::Encryption [] [src]

pub struct Encryption {
    pub chat: EncryptedChat,
    pub date: int,
}

TL-derived from updateEncryption

updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;

Fields

Trait Implementations

impl Debug for Encryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Encryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Encryption
[src]

impl BareDeserialize for Encryption
[src]

impl IntoBoxed for Encryption
[src]

[src]

Auto Trait Implementations

impl Send for Encryption

impl Sync for Encryption