Enum clacks_mtproto::mtproto::contacts::Link [] [src]

pub enum Link {
    Link(Link),
}

TL-derived from contacts.Link

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

Variants

Methods

impl Link
[src]

[src]

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 BoxedSerialize for Link
[src]

[src]

[src]

impl BoxedDeserialize for Link
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Link

impl Sync for Link