Enum hyper_dns::RecordType[][src]

pub enum RecordType {
    A,
    SRV,
    AUTO,
}

Docs

Variants

A

SRV

AUTO

Trait Implementations

impl Debug for RecordType
[src]

Formats the value using the given formatter. Read more

impl Clone for RecordType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RecordType

impl Sync for RecordType