Enum trust_dns_proto::rr::rdata::caa::Value [−][src]
Expand description
Potential values.
These are based off the Tag field:
Issue
and IssueWild
=> Issuer
,
Iodef
=> Url
,
Unknown
=> Unknown
,
Variants
Issuer(Option<Name>, Vec<KeyValue>)
Issuer authorized to issue certs for this zone, and any associated parameters
Url(Url)
Tuple Fields
0: Url
Url to which to send CA errors
Unknown(Vec<u8>)
Unrecognized tag and value by Trust-DNS
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more