Struct trust_dns_proto::rr::dnssec::TrustAnchor [−][src]
pub struct TrustAnchor { /* fields omitted */ }
This is supported on crate feature
dnssec
only.Expand description
The root set of trust anchors for validating DNSSec, anything in this set will be trusted
Implementations
Creates a new empty trust anchor set
determines if the key is in the trust anchor set with the raw dnskey bytes
Arguments
other_key
- The raw dnskey in bytes
determines if the key is in the trust anchor set
inserts the trust_anchor to the trusted chain
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TrustAnchor
impl Send for TrustAnchor
impl Sync for TrustAnchor
impl Unpin for TrustAnchor
impl UnwindSafe for TrustAnchor
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more