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

pub struct ZoneConfig {
    // some fields omitted
}

Methods

impl ZoneConfig
[src]

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

fn get_zone_type(&self) -> ZoneType

fn get_file(&self) -> PathBuf

fn is_update_allowed(&self) -> bool

fn is_dnssec_enabled(&self) -> bool

Trait Implementations

impl Debug for ZoneConfig
[src]

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

Formats the value using the given formatter.

impl PartialEq for ZoneConfig
[src]

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

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

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

This method tests for !=.

impl Decodable for ZoneConfig
[src]

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