From 38a4e4e0f65b3155244067ee0434f198f66fb16c Mon Sep 17 00:00:00 2001 From: threema-donat <129288638+threema-donat@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:17:32 +0200 Subject: [PATCH] feat: Derive Copy for PushType --- src/request/notification/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/notification/options.rs b/src/request/notification/options.rs index cf2961d..b8e433a 100644 --- a/src/request/notification/options.rs +++ b/src/request/notification/options.rs @@ -19,7 +19,7 @@ impl<'a> CollapseId<'a> { } } -#[derive(Default, Debug, Clone, PartialEq, Eq)] +#[derive(Default, Debug, Clone, Copy, PartialEq, Eq)] /// The apns-push-type header field has the following valid values. /// The descriptions below describe when and how to use these values. /// Send an apns-push-type header with each push. Recent and upcoming features