Struct serenity::model::AuditLogEntry [] [src]

pub struct AuditLogEntry {
    pub target: Target,
    pub action: Action,
    pub reason: Option<String>,
    pub user_id: UserId,
    pub changes: Vec<Change>,
    pub id: AuditLogEntryId,
}

Fields

Determines to what entity an action was used on.

Determines what action was done on a target

What was the reasoning by doing an action on a target? If there was one.

The user that did this action on a target.

What changes were made.

The id of this entry.

Trait Implementations

impl Debug for AuditLogEntry
[src]

[src]

Formats the value using the given formatter.