Enum serenity::model::Action [] [src]

pub enum Action {
    GuildUpdate,
    Channel(ActionChannel),
    ChannelOverwrite(ActionChannelOverwrite),
    Member(ActionMember),
    Role(ActionRole),
    Invite(ActionInvite),
    Webhook(ActionWebhook),
    Emoji(ActionEmoji),
}

Determines the action that was done on a target.

Variants

Trait Implementations

impl Debug for Action
[src]

[src]

Formats the value using the given formatter.