Struct clacks::mtproto::inputEncryptedFileLocation [] [src]

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

Fields

Trait Implementations

impl Debug for inputEncryptedFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputEncryptedFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputEncryptedFileLocation
[src]

[src]

impl BareDeserialize for inputEncryptedFileLocation
[src]

[src]

impl IntoBoxed for inputEncryptedFileLocation
[src]

Auto Trait Implementations