Enum dns_message_parser::rr::RR [−][src]
pub enum RR {
Show 46 variants
A(A),
NS(NS),
MD(MD),
MF(MF),
CNAME(CNAME),
SOA(SOA),
MB(MB),
MG(MG),
MR(MR),
NULL(NULL),
WKS(WKS),
PTR(PTR),
HINFO(HINFO),
MINFO(MINFO),
MX(MX),
TXT(TXT),
RP(RP),
AFSDB(AFSDB),
X25(X25),
ISDN(ISDN),
RT(RT),
NSAP(NSAP),
PX(PX),
GPOS(GPOS),
AAAA(AAAA),
LOC(LOC),
NIMLOC(NIMLOC),
SRV(SRV),
KX(KX),
DNAME(DNAME),
OPT(OPT),
APL(APL),
SSHFP(SSHFP),
URI(URI),
EID(EID),
NID(NID),
L32(L32),
L64(L64),
LP(LP),
EUI48(EUI48),
EUI64(EUI64),
DS(DS),
DNSKEY(DNSKEY),
CAA(CAA),
SVCB(ServiceBinding),
HTTPS(ServiceBinding),
}Variants
Tuple Fields of A
0: ATuple Fields of NS
0: NSTuple Fields of MD
0: MDTuple Fields of MF
0: MFTuple Fields of CNAME
0: CNAMETuple Fields of SOA
0: SOATuple Fields of MB
0: MBTuple Fields of MG
0: MGTuple Fields of MR
0: MRTuple Fields of NULL
0: NULLTuple Fields of WKS
0: WKSTuple Fields of PTR
0: PTRTuple Fields of HINFO
0: HINFOTuple Fields of MINFO
0: MINFOTuple Fields of MX
0: MXTuple Fields of TXT
0: TXTTuple Fields of RP
0: RPTuple Fields of AFSDB
0: AFSDBTuple Fields of X25
0: X25Tuple Fields of ISDN
0: ISDNTuple Fields of RT
0: RTTuple Fields of NSAP
0: NSAPTuple Fields of PX
0: PXTuple Fields of GPOS
0: GPOSTuple Fields of AAAA
0: AAAATuple Fields of LOC
0: LOCTuple Fields of NIMLOC
0: NIMLOCTuple Fields of SRV
0: SRVTuple Fields of KX
0: KXTuple Fields of DNAME
0: DNAMETuple Fields of OPT
0: OPTTuple Fields of APL
0: APLTuple Fields of SSHFP
0: SSHFPTuple Fields of URI
0: URITuple Fields of EID
0: EIDTuple Fields of NID
0: NIDTuple Fields of L32
0: L32Tuple Fields of L64
0: L64Tuple Fields of LP
0: LPTuple Fields of EUI48
0: EUI48Tuple Fields of EUI64
0: EUI64Tuple Fields of DS
0: DSTuple Fields of DNSKEY
0: DNSKEYTuple Fields of CAA
0: CAATuple Fields of SVCB
Tuple Fields of HTTPS
Implementations
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more