twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

fix(model): Derive Copy on PermissionOverwrite #2351

Closed randomairborne closed 2 months ago

randomairborne commented 2 months ago

Permission overwrites are very small stack allocatables. They should be Copy.