Struct clacks_mtproto::mtproto::input_media::Contact [] [src]

pub struct Contact {
    pub phone_number: string,
    pub first_name: string,
    pub last_name: string,
}

TL-derived from inputMediaContact

inputMediaContact#a6e45987 phone_number:string first_name:string last_name:string = InputMedia;

Fields

Trait Implementations

impl Debug for Contact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Contact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Contact
[src]

impl BareDeserialize for Contact
[src]

impl IntoBoxed for Contact
[src]

Auto Trait Implementations

impl Send for Contact

impl Sync for Contact