Module trust_dns_proto::rr [] [src]

Resource record related components, e.g. Name aka label, Record, RData, ...

Reexports

pub use self::dns_class::DNSClass;
pub use self::record_data::RData;
pub use self::record_type::RecordType;
pub use self::resource::Record;

Modules

dns_class

class of DNS operations, in general always IN for internet

domain

Domain name associated types, suchas Name and Label.

rdata

All record data structures and related serialization methods

record_data

record data enum variants

record_type

record type definitions

resource

resource record implementation

Structs

Name

Them should be through references. As a workaround the Strings are all Rc as well as the array

RecordSet

Set of resource records associated to a name and type

Traits

IntoName

Conversion into a Name

IntoRecordSet

Types which implement this can be converted into a RecordSet