Enum hyper_dns::RecordType [] [src]

pub enum RecordType {
    A,
    SRV,
    AUTO,
}

Variants

Trait Implementations

impl Debug for RecordType
[src]

Formats the value using the given formatter.

impl Clone for RecordType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more