From cb9c5c1b2a4849f8bc3b08a6ea884bd28e5c5242 Mon Sep 17 00:00:00 2001 From: An Long Date: Wed, 24 Jun 2026 00:29:26 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Derive=20Debug=20and=20Clone=20for?= =?UTF-8?q?=20Ping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ping.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ping.rs b/src/ping.rs index ab2f3cc..93b1526 100644 --- a/src/ping.rs +++ b/src/ping.rs @@ -217,6 +217,7 @@ pub fn ping( Ok(()) } +#[derive(Debug, Clone)] pub struct Ping<'a> { socket_type: SocketType, addr: IpAddr,