Struct clacks::mtproto::channelAdminLogEvent [] [src]

pub struct channelAdminLogEvent {
    pub id: long,
    pub date: int,
    pub user_id: int,
    pub action: ChannelAdminLogEventAction,
}

Fields

Trait Implementations

impl Debug for channelAdminLogEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelAdminLogEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelAdminLogEvent
[src]

[src]

impl BareDeserialize for channelAdminLogEvent
[src]

[src]

impl IntoBoxed for channelAdminLogEvent
[src]

Auto Trait Implementations