From 0f26b1bad20ce68efa0c9296143f3176e93977b6 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Mon, 4 Jan 2021 18:24:38 +0100 Subject: random stuff --- src/message/handshake/init.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/message') diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs index 860df8a..b4604b6 100644 --- a/src/message/handshake/init.rs +++ b/src/message/handshake/init.rs @@ -2,6 +2,7 @@ use crate::Deserialize; use crate::Serialize; /// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression +#[derive(Clone, Debug)] pub struct Init { pub tls: bool, pub compression: bool, -- cgit v1.2.3