Struct trust_dns_proto::rr::rdata::caa::KeyValue[][src]

pub struct KeyValue { /* fields omitted */ }

Issuer key and value pairs.

See RFC 6844, DNS Certification Authority Authorization, January 2013 for more explanation.

Methods

impl KeyValue
[src]

Contstruct a new KeyValue pair

Trait Implementations

impl Debug for KeyValue
[src]

Formats the value using the given formatter. Read more

impl PartialEq for KeyValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for KeyValue
[src]

impl Hash for KeyValue
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for KeyValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KeyValue

impl Sync for KeyValue