Module rustdns::types[][src]

Structs

EDNS(0) extension record as defined in rfc2671 and rfc6891.

DNS Message that serves as the root of all DNS requests and responses.

Question struct containing a domain name, question Type and question Class.

Resource Record (RR) returned by DNS servers containing a answer to the question.

Stats related to the specific query, optionally filed in by the client and does not change the query behaviour.

Enums

Resource Record Class, for example Internet.

Specifies kind of query in this message. See rfc1035, rfc6895 and DNS Parameters.

Query or Response bit.

Response Codes. See rfc1035 and DNS Parameters.

Recource Record Definitions.

Resource Record Type, for example, A, CNAME or SOA.