Enum dns_message_parser::question::QType [−][src]
#[repr(u16)]
pub enum QType {
Show 88 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,
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,
AXFR,
MAILB,
MAILA,
ALL,
}
Variants
Service Binding
Service Binding specific to the https and http schemes
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QType
impl UnwindSafe for QType
Blanket Implementations
Mutably borrows from an owned value. Read more