Struct clacks::mtproto::updateUserName [] [src]

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

Fields

Trait Implementations

impl Debug for updateUserName
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateUserName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateUserName
[src]

[src]

impl BareDeserialize for updateUserName
[src]

[src]

impl IntoBoxed for updateUserName
[src]

[src]

Auto Trait Implementations