Browse Source

Merge pull request #946 from umi-eng/dhcp-event-clone

Add `Clone` trait to DHCP Event type
Catherine 9 months ago
parent
commit
fcd40b536a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/socket/dhcpv4.rs

+ 1 - 1
src/socket/dhcpv4.rs

@@ -140,7 +140,7 @@ impl Default for RetryConfig {
 }
 
 /// Return value for the `Dhcpv4Socket::poll` function
-#[derive(Debug, PartialEq, Eq)]
+#[derive(Debug, PartialEq, Eq, Clone)]
 #[cfg_attr(feature = "defmt", derive(defmt::Format))]
 pub enum Event<'a> {
     /// Configuration has been lost (for example, the lease has expired)