Struct clacks::mtproto::inputMediaContact [] [src]

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

Fields

Trait Implementations

impl Debug for inputMediaContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputMediaContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputMediaContact
[src]

[src]

impl BareDeserialize for inputMediaContact
[src]

[src]

impl IntoBoxed for inputMediaContact
[src]

Auto Trait Implementations