Enum simple_dns::TYPE
source · pub enum TYPE {
Show 28 variants
A,
AAAA,
NS,
MD,
CNAME,
MB,
MG,
MR,
PTR,
MF,
HINFO,
MINFO,
MX,
TXT,
SOA,
WKS,
SRV,
RP,
AFSDB,
ISDN,
RouteThrough,
NSAP,
NSAP_PTR,
LOC,
OPT,
CAA,
NULL,
Unknown(u16),
}
Expand description
Possible TYPE values in DNS Resource Records Each value is described according to its own RFC
Variants§
A
AAAA
NS
MD
CNAME
MB
MG
MR
PTR
MF
HINFO
MINFO
MX
TXT
SOA
WKS
SRV
RP
AFSDB
ISDN
RouteThrough
NSAP
NSAP_PTR
LOC
OPT
CAA
NULL
Unknown(u16)
Trait Implementations§
source§impl PartialEq for TYPE
impl PartialEq for TYPE
impl Copy for TYPE
impl Eq for TYPE
impl StructuralEq for TYPE
impl StructuralPartialEq for TYPE
Auto Trait Implementations§
impl RefUnwindSafe for TYPE
impl Send for TYPE
impl Sync for TYPE
impl Unpin for TYPE
impl UnwindSafe for TYPE
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