Struct clacks::mtproto::updateContactLink [] [src]

pub struct updateContactLink {
    pub user_id: int,
    pub my_link: ContactLink,
    pub foreign_link: ContactLink,
}

Fields

Trait Implementations

impl Debug for updateContactLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateContactLink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateContactLink
[src]

[src]

impl BareDeserialize for updateContactLink
[src]

[src]

impl IntoBoxed for updateContactLink
[src]

[src]

Auto Trait Implementations