Struct serenity::model::guild::AuditLogs [] [src]

pub struct AuditLogs {
    pub entries: HashMap<AuditLogEntryId, AuditLogEntry>,
    pub webhooks: Vec<Webhook>,
    pub users: Vec<User>,
}

Fields

Trait Implementations

impl Debug for AuditLogs
[src]

[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for AuditLogs
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for AuditLogs

impl Sync for AuditLogs