Enum trust_dns_proto::rr::rdata::caa::Property [−][src]
pub enum Property {
Issue,
IssueWild,
Iodef,
Unknown(String),
}
Expand description
Specifies in what contexts this key may be trusted for use
Variants
Issue
The issue property
entry authorizes the holder of the domain name
IssueWild
The issuewild
property entry authorizes the holder of the domain name
Iodef
Specifies a URL to which an issuer MAY report certificate issue requests that are inconsistent with the issuer’s Certification Practices or Certificate Policy, or that a Certificate Evaluator may use to report observation of a possible policy violation. The Incident Object Description Exchange Format (IODEF) format is used [RFC5070].
Unknown(String)
Tuple Fields
0: String
Unknown format to Trust-DNS
Implementations
true if the property is issueworld
true if the property is not known to Trust-DNS
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Property
impl UnwindSafe for Property
Blanket Implementations
Mutably borrows from an owned value. Read more