Struct trust_dns_proto::rr::rdata::caa::KeyValue [−][src]
pub struct KeyValue { /* fields omitted */ }
Expand description
Issuer key and value pairs.
See RFC 6844, DNS Certification Authority Authorization, January 2013 for more explanation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyValue
impl UnwindSafe for KeyValue
Blanket Implementations
Mutably borrows from an owned value. Read more