From fe8baeb699d2ef721a580bdbf81d15d8644f023d Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 30 Aug 2023 19:13:46 +0200 Subject: [PATCH] Make UrlBundle `Hash` --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2edecc2..e63c41d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ pub mod types; #[cfg(feature = "client")] pub mod voice; -#[derive(Clone, Default, Debug, PartialEq, Eq)] +#[derive(Clone, Default, Debug, PartialEq, Eq, Hash)] /// A URLBundle bundles together the API-, Gateway- and CDN-URLs of a Spacebar instance. /// /// # Notes