Struct clacks_mtproto::mtproto::channel_admin_log_event_action::ParticipantToggleAdmin [] [src]

pub struct ParticipantToggleAdmin {
    pub prev_participant: ChannelParticipant,
    pub new_participant: ChannelParticipant,
}

TL-derived from channelAdminLogEventActionParticipantToggleAdmin

channelAdminLogEventActionParticipantToggleAdmin#d5676710 prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ParticipantToggleAdmin
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ParticipantToggleAdmin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ParticipantToggleAdmin
[src]

impl BareDeserialize for ParticipantToggleAdmin
[src]

impl IntoBoxed for ParticipantToggleAdmin
[src]

Auto Trait Implementations