Enum clacks_mtproto::mtproto::InputContact [] [src]

pub enum InputContact {
    InputPhoneContact(InputPhoneContact),
}

TL-derived from InputContact

inputPhoneContact#f392b7f4 client_id:long phone:string first_name:string last_name:string = InputContact;

Variants

Methods

impl InputContact
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for InputContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InputContact
[src]

[src]

[src]

impl BoxedDeserialize for InputContact
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for InputContact

impl Sync for InputContact