Struct clacks_mtproto::mtproto::update::UserName [] [src]

pub struct UserName {
    pub user_id: int,
    pub first_name: string,
    pub last_name: string,
    pub username: string,
}

TL-derived from updateUserName

updateUserName#a7332b73 user_id:int first_name:string last_name:string username:string = Update;

Fields

Trait Implementations

impl Debug for UserName
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UserName
[src]

impl BareDeserialize for UserName
[src]

impl IntoBoxed for UserName
[src]

[src]

Auto Trait Implementations

impl Send for UserName

impl Sync for UserName