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

pub struct User {
    pub user_id: int,
}

TL-derived from peerUser

peerUser#9db1bc6d user_id:int = Peer;

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]

[src]

Auto Trait Implementations

impl Send for User

impl Sync for User