Struct clacks_mtproto::mtproto::input_document::InputDocument [] [src]

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

TL-derived from inputDocument

inputDocument#18798952 id:long access_hash:long = InputDocument;

Fields

Trait Implementations

impl Debug for InputDocument
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputDocument
[src]

impl BareDeserialize for InputDocument
[src]

impl IntoBoxed for InputDocument
[src]

Auto Trait Implementations

impl Send for InputDocument

impl Sync for InputDocument