Struct clacks::mtproto::chatInviteAlready [] [src]

pub struct chatInviteAlready {
    pub chat: Chat,
}

Fields

Trait Implementations

impl Debug for chatInviteAlready
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chatInviteAlready
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chatInviteAlready
[src]

[src]

impl BareDeserialize for chatInviteAlready
[src]

[src]

impl IntoBoxed for chatInviteAlready
[src]

Auto Trait Implementations