aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake/clientloginack.rs
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-01-02 19:57:06 +0100
committerMax Audron <audron@cocaine.farm>2021-01-02 19:57:06 +0100
commit13734288dbc63c48af0b8f75f0453f0d30b750a7 (patch)
tree6396e113041ca61e26aaed3a782da445e461549d /src/message/handshake/clientloginack.rs
parentupdate (diff)
rework handshakemessage parsing
Diffstat (limited to 'src/message/handshake/clientloginack.rs')
-rw-r--r--src/message/handshake/clientloginack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message/handshake/clientloginack.rs b/src/message/handshake/clientloginack.rs
index 674d307..e385a81 100644
--- a/src/message/handshake/clientloginack.rs
+++ b/src/message/handshake/clientloginack.rs
@@ -6,7 +6,7 @@ use failure::Error;
/// ClientLoginAck is received after the client has successfully logged in
/// it has no fields
-#[derive(Debug)]
+#[derive(Debug, Clone)]
pub struct ClientLoginAck;
impl HandshakeSerialize for ClientLoginAck {