pub enum RRType {
Show 49 variants
None = 0,
A = 1,
NS = 2,
CNAME = 5,
SOA = 6,
PTR = 12,
HINFO = 13,
MX = 15,
TXT = 16,
RP = 17,
AFSDB = 18,
SIG = 24,
KEY = 25,
AAAA = 28,
LOC = 29,
SRV = 33,
NAPTR = 35,
KX = 36,
CERT = 37,
DNAME = 39,
APL = 42,
DS = 43,
SSHFP = 44,
IPSECKEY = 45,
RRSIG = 46,
NSEC = 47,
DNSKEY = 48,
DHCID = 49,
NSEC3 = 50,
NSEC3PARAM = 51,
TLSA = 52,
SMIMEA = 53,
HIP = 55,
CDS = 59,
CDNSKEY = 60,
OPENPGPKEY = 61,
CSYNC = 62,
ZONEMD = 63,
SVCB = 64,
HTTPS = 65,
EUI48 = 108,
EUI164 = 109,
TKEY = 249,
TSIG = 250,
URI = 256,
CAA = 257,
WALLET = 262,
TA = 32_768,
DLV = 32_769,
}Variants§
None = 0
A = 1
NS = 2
CNAME = 5
SOA = 6
PTR = 12
HINFO = 13
MX = 15
TXT = 16
RP = 17
AFSDB = 18
SIG = 24
KEY = 25
AAAA = 28
LOC = 29
SRV = 33
NAPTR = 35
KX = 36
CERT = 37
DNAME = 39
APL = 42
DS = 43
SSHFP = 44
IPSECKEY = 45
RRSIG = 46
NSEC = 47
DNSKEY = 48
DHCID = 49
NSEC3 = 50
NSEC3PARAM = 51
TLSA = 52
SMIMEA = 53
HIP = 55
CDS = 59
CDNSKEY = 60
OPENPGPKEY = 61
CSYNC = 62
ZONEMD = 63
SVCB = 64
HTTPS = 65
EUI48 = 108
EUI164 = 109
TKEY = 249
TSIG = 250
URI = 256
CAA = 257
WALLET = 262
TA = 32_768
DLV = 32_769
Trait Implementations§
source§impl IntoEnumIterator for RRType
impl IntoEnumIterator for RRType
source§impl Ord for RRType
impl Ord for RRType
source§impl PartialOrd for RRType
impl PartialOrd for RRType
impl Copy for RRType
impl Eq for RRType
impl StructuralPartialEq for RRType
Auto Trait Implementations§
impl Freeze for RRType
impl RefUnwindSafe for RRType
impl Send for RRType
impl Sync for RRType
impl Unpin for RRType
impl UnwindSafe for RRType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)