Add PartialEq, Clone, Copy to Component

This commit is contained in:
Quaternion 2023-05-26 22:44:43 -04:00
parent 5047c7168c
commit f88276cb9a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ pub struct Reaction {
pub emoji: Emoji, pub emoji: Emoji,
} }
#[derive(Debug, Serialize, Deserialize)] #[derive(Debug, PartialEq, Clone, Copy, Serialize, Deserialize)]
pub enum Component { pub enum Component {
ActionRow = 1, ActionRow = 1,
Button = 2, Button = 2,