diff --git a/src/types/entities/audit_log.rs b/src/types/entities/audit_log.rs index b1456b1..17f3275 100644 --- a/src/types/entities/audit_log.rs +++ b/src/types/entities/audit_log.rs @@ -31,6 +31,7 @@ pub struct AuditLogEntry { pub options: Option, pub reason: Option, } + impl PartialEq for AuditLogEntry { fn eq(&self, other: &Self) -> bool { self.target_id == other.target_id