Struct clacks_mtproto::mtproto::input_game::ID [] [src]

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

TL-derived from inputGameID

inputGameID#32c3e77 id:long access_hash:long = InputGame;

Fields

Trait Implementations

impl Debug for ID
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ID
[src]

impl BareDeserialize for ID
[src]

impl IntoBoxed for ID
[src]

Auto Trait Implementations

impl Send for ID

impl Sync for ID