aboutsummaryrefslogtreecommitdiff
path: root/common/src/stream.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-04 23:32:24 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-04 23:32:24 +0200
commit95e43ac88a322251a5e5a7d529b7b20a511978fd (patch)
tree52e86d7917b7de9c3c2e38fdd580a621c2726961 /common/src/stream.rs
parentae6885187b0aa881164151ab97bd4887c83b775a (diff)
downloadjellything-95e43ac88a322251a5e5a7d529b7b20a511978fd.tar
jellything-95e43ac88a322251a5e5a7d529b7b20a511978fd.tar.bz2
jellything-95e43ac88a322251a5e5a7d529b7b20a511978fd.tar.zst
more permissions
Diffstat (limited to 'common/src/stream.rs')
-rw-r--r--common/src/stream.rs2
1 files changed, 1 insertions, 1 deletions
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 {