Struct clacks_mtproto::mtproto::input_peer::User [] [src]

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

TL-derived from inputPeerUser

inputPeerUser#7b8e7de6 user_id:int access_hash:long = InputPeer;

Fields

Trait Implementations

impl Debug for User
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for User
[src]

impl BareDeserialize for User
[src]

impl IntoBoxed for User
[src]

Auto Trait Implementations

impl Send for User

impl Sync for User