Struct clacks_mtproto::mtproto::chat_invite::Exported [] [src]

pub struct Exported {
    pub link: string,
}

TL-derived from chatInviteExported

chatInviteExported#fc2e05bc link:string = ExportedChatInvite;

Fields

Trait Implementations

impl Debug for Exported
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Exported
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Exported
[src]

impl BareDeserialize for Exported
[src]

impl IntoBoxed for Exported
[src]

Auto Trait Implementations

impl Send for Exported

impl Sync for Exported