diff --git a/cloudflare/src/endpoints/dns/dns.rs b/cloudflare/src/endpoints/dns/dns.rs index 66afd829..322670d3 100644 --- a/cloudflare/src/endpoints/dns/dns.rs +++ b/cloudflare/src/endpoints/dns/dns.rs @@ -168,7 +168,7 @@ pub struct Meta {} /// Type of the DNS record, along with the associated value. /// When we add support for other types (LOC/SRV/...), the `meta` field should also probably be encoded /// here as an associated, strongly typed value. -#[derive(Deserialize, Serialize, Clone, Debug)] +#[derive(Deserialize, Serialize, Clone, Debug, PartialEq)] #[serde(tag = "type")] #[allow(clippy::upper_case_acronyms)] pub enum DnsContent {