Struct clacks::mtproto::inputDocumentFileLocation [] [src]

pub struct inputDocumentFileLocation {
    pub id: long,
    pub access_hash: long,
    pub version: int,
}

Fields

Trait Implementations

impl Debug for inputDocumentFileLocation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputDocumentFileLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputDocumentFileLocation
[src]

[src]

impl BareDeserialize for inputDocumentFileLocation
[src]

[src]

impl IntoBoxed for inputDocumentFileLocation
[src]

Auto Trait Implementations