Struct twilight_model::guild::audit_log::AuditLogEntry [−][src]
pub struct AuditLogEntry {
pub action_type: AuditLogEvent,
pub changes: Option<Vec<AuditLogChange>>,
pub id: AuditLogEntryId,
pub options: Option<AuditLogOptionalEntryInfo>,
pub reason: Option<String>,
pub target_id: Option<String>,
pub user_id: Option<UserId>,
}Fields
action_type: AuditLogEventchanges: Option<Vec<AuditLogChange>>id: AuditLogEntryIdoptions: Option<AuditLogOptionalEntryInfo>reason: Option<String>target_id: Option<String>user_id: Option<UserId>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AuditLogEntryimpl Send for AuditLogEntryimpl Sync for AuditLogEntryimpl Unpin for AuditLogEntryimpl UnwindSafe for AuditLogEntryBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more