Struct clacks_mtproto::mtproto::input::EncryptedFileLocation [] [src]

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

TL-derived from inputEncryptedFileLocation

inputEncryptedFileLocation#f5235d55 id:long access_hash:long = InputFileLocation;

Fields

Trait Implementations

impl Debug for EncryptedFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptedFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for EncryptedFileLocation
[src]

impl BareDeserialize for EncryptedFileLocation
[src]

impl IntoBoxed for EncryptedFileLocation
[src]

Auto Trait Implementations