From 0b924cc92418f9a210a6b78cef56e427dc9c9d1d Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sat, 6 Oct 2018 22:40:12 -0500 Subject: Land KMS support, yay! AWS KMS for now, work-in-progress --- src/tag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.rs') diff --git a/src/tag.rs b/src/tag.rs index 14fd39e..7996663 100644 --- a/src/tag.rs +++ b/src/tag.rs @@ -15,7 +15,7 @@ use error::Error; /// An unsigned 32-bit value (key) that maps to a byte-string (value). -#[derive(Debug, PartialEq, Eq, PartialOrd, Hash, Clone)] +#[derive(Debug, PartialEq, Eq, PartialOrd, Hash, Clone, Copy)] pub enum Tag { // Enforcement of the "tags in strictly increasing order" rule is done using the // little-endian encoding of the ASCII tag value; e.g. 'SIG\x00' is 0x00474953 and -- cgit v1.2.3