diff --git a/chorus-lib/src/types/event/mod.rs b/chorus-lib/src/types/event/mod.rs index 593a950..a7bbac2 100644 --- a/chorus-lib/src/types/event/mod.rs +++ b/chorus-lib/src/types/event/mod.rs @@ -21,7 +21,7 @@ use json_event::parse_json_event; * 144+T+4+C <--- beginning of region beyond the event */ -#[derive(Debug, Clone, PartialEq)] +#[derive(Debug, Copy, Clone, PartialEq)] pub struct Event<'a>(&'a [u8]); impl<'a> Event<'a> {