Enum trust_dns::authority::ZoneType [] [src]

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

Variants

MasterSlaveHintForward

Trait Implementations

impl Copy for ZoneType
[src]

impl Clone for ZoneType
[src]

fn clone(&self) -> ZoneType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for ZoneType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for ZoneType
[src]

impl PartialEq for ZoneType
[src]

fn eq(&self, __arg_0: &ZoneType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Decodable for ZoneType
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ZoneType, __D::Error>