Enum resolv::Section [] [src]

pub enum Section {
    Question,
    Answer,
    Authority,
    Additional,
}

Variants

Trait Implementations

impl PartialEq for Section
[src]

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

This method tests for !=.

impl Copy for Section
[src]

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Section
[src]

Formats the value using the given formatter.