From a37ca9371425d92df05f67af4b4e01ebcb594252 Mon Sep 17 00:00:00 2001 From: threema-donat <129288638+threema-donat@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:04:18 +0200 Subject: [PATCH] feat: Derive Copy for PushType (#80) --- 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