You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deriving Eq (and therefore PartialEq), DnsContent instances can be compared using the == operator, providing a more ergonomic API to interact with DNS records.
Currently, comparisons between
DnsContent
instances require explicit matching of the enum variants.Deriving
Eq
(and thereforePartialEq
),DnsContent
instances can be compared using the==
operator, providing a more ergonomic API to interact with DNS records.The text was updated successfully, but these errors were encountered: