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

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

TL-derived from updateUserPhone

updateUserPhone#12b9417b user_id:int phone:string = Update;

Fields

Trait Implementations

impl Debug for UserPhone
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserPhone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UserPhone
[src]

impl BareDeserialize for UserPhone
[src]

impl IntoBoxed for UserPhone
[src]

[src]

Auto Trait Implementations

impl Send for UserPhone

impl Sync for UserPhone