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

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

Variants

Master
Slave
Hint
Forward

Trait Implementations

Derived Implementations

impl Copy for ZoneType

impl Clone for ZoneType

fn clone(&self) -> ZoneType

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

impl Debug for ZoneType

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

impl Eq for ZoneType

impl PartialEq for ZoneType

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

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

impl Decodable for ZoneType

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