Struct clacks_mtproto::mtproto::rpc::account::UpdateProfile [] [src]

pub struct UpdateProfile {
    pub first_name: Option<string>,
    pub last_name: Option<string>,
    pub about: Option<string>,
}

TL-derived from account.updateProfile

account.updateProfile#78515775 flags:# first_name:flags.0?string last_name:flags.1?string about:flags.2?string = User;

Fields

Trait Implementations

impl Debug for UpdateProfile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdateProfile
[src]

[src]

[src]

impl Function for UpdateProfile
[src]

impl BareSerialize for UpdateProfile
[src]

Auto Trait Implementations

impl Send for UpdateProfile

impl Sync for UpdateProfile