Enum dns_message_parser::rr::Type [−][src]
#[repr(u16)]
pub enum Type {
Show 85 variants
A,
NS,
MD,
MF,
CNAME,
SOA,
MB,
MG,
MR,
NULL,
WKS,
PTR,
HINFO,
MINFO,
MX,
TXT,
RP,
AFSDB,
X25,
ISDN,
RT,
NSAP,
NSAP_PTR,
SIG,
KEY,
PX,
GPOS,
AAAA,
LOC,
NXT,
EID,
NIMLOC,
SRV,
ATMA,
NAPTR,
KX,
CERT,
A6,
DNAME,
SINK,
OPT,
APL,
DS,
SSHFP,
IPSECKEY,
RRSIG,
NSEC,
DNSKEY,
DHCID,
NSEC3,
NSEC3PARAM,
TLSA,
SMIMEA,
HIP,
NINFO,
RKEY,
TALINK,
CDS,
CDNSKEY,
OPENPGPKEY,
CSYNC,
ZONEMD,
SVCB,
HTTPS,
SPF,
UINFO,
UID,
GID,
UNSPEC,
NID,
L32,
L64,
LP,
EUI48,
EUI64,
TKEY,
TSIG,
IXFR,
URI,
CAA,
AVC,
DOA,
AMTRELAY,
TA,
DLV,
}
Expand description
The type field in the resource records.
Variants
The IPv4 host address type.
The authoritative name server type.
The mail destination type. (obsolete)
The mail forwarder type. (obsolete)
The canonical name type.
The start of a zone of authority type.
The mailbox domain name type.
The mail group member type.
The mail rename domain name type.
The null type.
The well known service description type.
The domain name pointer type.
The host information type.
The mailbox or mail list information type.
The mail exchange type.
The text type.
The responsible person type.
The AFS Data base location type:
The X25 type.
The ISDN type.
The route through type.
The NSAP type.
The NSAP pointer type.
The X.400 pointer type.
The geographical location type.
The IPv6 host address type.
The location information type.
The location of services type.
The key exchange type.
The DS type.
The DNSKEY type.
The [service binding] resource record type.
[service binding] https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/
The [https] resource record type.
[https] https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/
The certification authority authorization resource record type.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more