Module trust_dns_server::authority [] [src]

Module for Catalog of Authority zones which are responsible for storing RRSet records.

Re-exports

pub use self::authority::Authority;
pub use self::persistence::Journal;

Modules

authority

All authority related types

persistence

All zone persistence related types

Structs

Catalog

Set of authorities, zones, available to this server.

MessageRequest

A Message which captures the data from an inbound request

MessageResponse

A EncodableMessage with borrowed data for Responses in the Server

MessageResponseBuilder

A builder for MessageResponses

Queries

A set of Queries with the associated serialized data

Enums

AuthLookup

The result of a lookup on an Authority

ZoneType

The type of zone stored in a Catalog

Traits

UpdateRequest

A type which represents an MessageRequest for dynamic Update.

Type Definitions

UpdateResult

Result of an Update operation