Explorar o código

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

Add `Clone` trait to DHCP Event type
Catherine hai 9 meses
pai
achega
fcd40b536a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)