Struct clacks::mtproto::updateUserPhone [] [src]

pub struct updateUserPhone {
    pub user_id: int,
    pub phone: string,
}

Fields

Trait Implementations

impl Debug for updateUserPhone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateUserPhone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateUserPhone
[src]

[src]

impl BareDeserialize for updateUserPhone
[src]

[src]

impl IntoBoxed for updateUserPhone
[src]

[src]

Auto Trait Implementations