Struct clacks_mtproto::mtproto::exported_message_link::ExportedMessageLink [] [src]

pub struct ExportedMessageLink {
    pub link: string,
}

TL-derived from exportedMessageLink

exportedMessageLink#1f486803 link:string = ExportedMessageLink;

Fields

Trait Implementations

impl Debug for ExportedMessageLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExportedMessageLink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ExportedMessageLink
[src]

impl BareDeserialize for ExportedMessageLink
[src]

impl IntoBoxed for ExportedMessageLink
[src]

Auto Trait Implementations