Skip to content

Commit

Permalink
feat: Derive Copy for PushType (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-donat authored Apr 25, 2024
1 parent 2395a40 commit a37ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/notification/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37ca93

Please sign in to comment.