Struct clacks::mtproto::rpc::account::updateProfile [] [src]

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

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 Function for updateProfile
[src]

impl BareSerialize for updateProfile
[src]

[src]

Auto Trait Implementations

impl Send for updateProfile

impl Sync for updateProfile