Enum mhost::dns::Source [] [src]

pub enum Source {
    Additional,
    Local,
    Predefined,
    Ungefiltert,
}

Variants

Trait Implementations

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.

impl Clone for Source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Source
[src]