Struct clacks::mtproto::inputEncryptedFileBigUploaded [] [src]

pub struct inputEncryptedFileBigUploaded {
    pub id: long,
    pub parts: int,
    pub key_fingerprint: int,
}

Fields

Trait Implementations

impl Debug for inputEncryptedFileBigUploaded
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputEncryptedFileBigUploaded
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputEncryptedFileBigUploaded
[src]

[src]

impl BareDeserialize for inputEncryptedFileBigUploaded
[src]

[src]

impl IntoBoxed for inputEncryptedFileBigUploaded
[src]

Auto Trait Implementations