Skip to content

Commit

Permalink
add: debug and equal traits in udp conn
Browse files Browse the repository at this point in the history
  • Loading branch information
justRkive committed Nov 2, 2023
1 parent b682653 commit a80750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/udp_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::io::ErrorKind;

use super::client_error::ClientError;

#[derive(Clone,Copy)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub struct ClientUDPConnection {
/// addr to connect
server_addr: IpAddr,
Expand Down

0 comments on commit a80750f

Please sign in to comment.