From 95e43ac88a322251a5e5a7d529b7b20a511978fd Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 4 Oct 2023 23:32:24 +0200 Subject: more permissions --- common/src/stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/stream.rs') diff --git a/common/src/stream.rs b/common/src/stream.rs index 8a7ff36..6c93294 100644 --- a/common/src/stream.rs +++ b/common/src/stream.rs @@ -18,7 +18,7 @@ pub struct StreamSpec { } #[rustfmt::skip] -#[derive(Debug, Clone, Deserialize, Serialize, PartialEq, Eq)] +#[derive(Debug, Clone, Copy, Deserialize, Serialize, PartialEq, Eq, Hash)] #[serde(rename_all = "snake_case")] #[cfg_attr(feature = "rocket", derive(FromFormField, UriDisplayQuery))] pub enum StreamFormat { -- cgit v1.2.3-70-g09d2