Struct clacks_mtproto::mtproto::contacts::link::Link [] [src]

pub struct Link {
    pub my_link: ContactLink,
    pub foreign_link: ContactLink,
    pub user: User,
}

TL-derived from contacts.link

contacts.link#3ace484c my_link:ContactLink foreign_link:ContactLink user:User = contacts.Link;

Fields

Trait Implementations

impl Debug for Link
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Link
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Link
[src]

impl BareDeserialize for Link
[src]

impl IntoBoxed for Link
[src]

[src]

Auto Trait Implementations

impl Send for Link

impl Sync for Link