aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-10 12:19:52 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-10 12:19:52 +0100
commit8c4cee9a622b026aa231dbdf590480786d142ea2 (patch)
treed245d90d85f7ca5712be6038fa338f3570923255
parentb2b7a71a7627529a5d078b65e86c3d59ed1f7521 (diff)
downloadluz-8c4cee9a622b026aa231dbdf590480786d142ea2.tar.gz
luz-8c4cee9a622b026aa231dbdf590480786d142ea2.tar.bz2
luz-8c4cee9a622b026aa231dbdf590480786d142ea2.zip
feat(filamento): PartialEq + Eq for Show
Diffstat (limited to '')
-rw-r--r--filamento/src/presence.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/src/presence.rs b/filamento/src/presence.rs
index 2184ad2..de4dd7c 100644
--- a/filamento/src/presence.rs
+++ b/filamento/src/presence.rs
@@ -14,7 +14,7 @@ pub struct Online {
pub priority: Option<i8>,
}
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Show {
Away,
Chat,