Struct trust_dns::config::ZoneConfig [] [src]

pub struct ZoneConfig {
    // some fields omitted
}

Methods

impl ZoneConfig

fn get_zone(&self) -> ParseResult<Name>

fn get_zone_type(&self) -> ZoneType

fn get_file(&self) -> PathBuf

fn get_allow_udpate(&self) -> bool

Trait Implementations

Derived Implementations

impl Debug for ZoneConfig

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

impl PartialEq for ZoneConfig

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

fn ne(&self, __arg_0: &ZoneConfig) -> bool

impl Decodable for ZoneConfig

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