aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/src/base_component.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat/src/base_component.rs')
-rwxr-xr-xazalea-chat/src/base_component.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/base_component.rs b/azalea-chat/src/base_component.rs
index 43b35aef..dcc28ecc 100755
--- a/azalea-chat/src/base_component.rs
+++ b/azalea-chat/src/base_component.rs
@@ -1,7 +1,7 @@
use crate::{style::Style, FormattedText};
use serde::Serialize;
-#[derive(Clone, Debug, PartialEq, Serialize)]
+#[derive(Clone, Debug, PartialEq, Serialize, Eq, Hash)]
pub struct BaseComponent {
// implements mutablecomponent
#[serde(skip_serializing_if = "Vec::is_empty")]