Enum simple_dns::rdata::RData [−][src]
pub enum RData<'a> {
}Expand description
Represents the RData of each TYPE
Variants
Tuple Fields of A
0: ATuple Fields of AAAA
0: AAAATuple Fields of NS
0: Name<'a>Tuple Fields of MD
0: Name<'a>Tuple Fields of CNAME
0: Name<'a>Tuple Fields of MB
0: Name<'a>Tuple Fields of MG
0: Name<'a>Tuple Fields of MR
0: Name<'a>Tuple Fields of PTR
0: Name<'a>Tuple Fields of MF
0: Name<'a>Tuple Fields of HINFO
0: HINFO<'a>Tuple Fields of MINFO
0: MINFO<'a>Tuple Fields of MX
0: MX<'a>Tuple Fields of TXT
0: CharacterString<'a>Tuple Fields of WKS
0: WKS<'a>