diff options
| author | Max Audron <audron@cocaine.farm> | 2021-01-02 19:57:06 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-01-02 19:57:06 +0100 |
| commit | 13734288dbc63c48af0b8f75f0453f0d30b750a7 (patch) | |
| tree | 6396e113041ca61e26aaed3a782da445e461549d /src/message/handshake/clientloginack.rs | |
| parent | update (diff) | |
rework handshakemessage parsing
Diffstat (limited to 'src/message/handshake/clientloginack.rs')
| -rw-r--r-- | src/message/handshake/clientloginack.rs | 2 |
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 { |
