Enum trust_dns_server::authority::ZoneType [] [src]

pub enum ZoneType {
    Master,
    Slave,
    Hint,
    Forward,
}

The type of zone stored in a Catalog

Variants

This authority for a zone, i.e. the Primary

A secondary, i.e. replicated from the Master

A cached zone with recursive resolver abilities

A cached zone where all requests are forwarded to another Resolver

Trait Implementations

impl PartialEq for ZoneType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ZoneType
[src]

impl Debug for ZoneType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ZoneType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ZoneType
[src]

Auto Trait Implementations

impl Send for ZoneType

impl Sync for ZoneType