Struct clacks_mtproto::mtproto::input_user::InputUser [] [src]

pub struct InputUser {
    pub user_id: int,
    pub access_hash: long,
}

TL-derived from inputUser

inputUser#d8292816 user_id:int access_hash:long = InputUser;

Fields

Trait Implementations

impl Debug for InputUser
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputUser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputUser
[src]

impl BareDeserialize for InputUser
[src]

impl IntoBoxed for InputUser
[src]

Auto Trait Implementations

impl Send for InputUser

impl Sync for InputUser