Struct clacks::mtproto::inputPhoneContact [] [src]

pub struct inputPhoneContact {
    pub client_id: long,
    pub phone: string,
    pub first_name: string,
    pub last_name: string,
}

Fields

Trait Implementations

impl Debug for inputPhoneContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputPhoneContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputPhoneContact
[src]

[src]

impl BareDeserialize for inputPhoneContact
[src]

[src]

impl IntoBoxed for inputPhoneContact
[src]

Auto Trait Implementations