Module resolv::record [] [src]

Structs

A
AAAA
CNAME
MX
NS
PTR
Record

A DNS response record of a particular type

SOA
TXT

Enums

Class

DNS Class.

RecordType

This is a simple u16 value indicating the type of a resource record, and is equal in value to ::libresolv_sys::__ns_type, but we have extended it with record types not present or supported by the underlying library

Traits

RecordData

For internal use.