Struct clacks::mtproto::chatParticipantsForbidden [] [src]

pub struct chatParticipantsForbidden {
    pub chat_id: int,
    pub self_participant: Option<ChatParticipant>,
}

Fields

Trait Implementations

impl Debug for chatParticipantsForbidden
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for chatParticipantsForbidden
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for chatParticipantsForbidden
[src]

[src]

impl BareDeserialize for chatParticipantsForbidden
[src]

[src]

impl IntoBoxed for chatParticipantsForbidden
[src]

Auto Trait Implementations