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

pub struct Already {
    pub chat: Chat,
}

TL-derived from chatInviteAlready

chatInviteAlready#5a686d7c chat:Chat = ChatInvite;

Fields

Trait Implementations

impl Debug for Already
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Already
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Already
[src]

impl BareDeserialize for Already
[src]

impl IntoBoxed for Already
[src]

Auto Trait Implementations

impl Send for Already

impl Sync for Already