Struct clacks_mtproto::mtproto::update::ContactLink [] [src]

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

TL-derived from updateContactLink

updateContactLink#9d2e67c5 user_id:int my_link:ContactLink foreign_link:ContactLink = Update;

Fields

Trait Implementations

impl Debug for ContactLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ContactLink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ContactLink
[src]

impl BareDeserialize for ContactLink
[src]

impl IntoBoxed for ContactLink
[src]

[src]

Auto Trait Implementations

impl Send for ContactLink

impl Sync for ContactLink