Struct clacks::mtproto::updateChatAdmins [] [src]

pub struct updateChatAdmins {
    pub chat_id: int,
    pub enabled: Bool,
    pub version: int,
}

Fields

Trait Implementations

impl Debug for updateChatAdmins
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChatAdmins
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChatAdmins
[src]

[src]

impl BareDeserialize for updateChatAdmins
[src]

[src]

impl IntoBoxed for updateChatAdmins
[src]

[src]

Auto Trait Implementations