Enum serenity::model::Target [] [src]

#[repr(i32)]
pub enum Target { Guild, Channel, User, Role, Invite, Webhook, Emoji, }

Determines to what entity an action was used on.

Variants

Trait Implementations

impl Debug for Target
[src]

[src]

Formats the value using the given formatter.