Struct clacks_mtproto::mtproto::input_encrypted_file::InputEncryptedFile [] [src]

pub struct InputEncryptedFile {
    pub id: long,
    pub access_hash: long,
}

TL-derived from inputEncryptedFile

inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;

Fields

Trait Implementations

impl Debug for InputEncryptedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputEncryptedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputEncryptedFile
[src]

impl BareDeserialize for InputEncryptedFile
[src]

impl IntoBoxed for InputEncryptedFile
[src]

Auto Trait Implementations