Struct trust_dns::config::ZoneConfig
[−]
[src]
pub struct ZoneConfig {
// some fields omitted
}pub struct ZoneConfig {
// some fields omitted
}impl ZoneConfigfn get_zone(&self) -> ParseResult<Name>fn get_zone_type(&self) -> ZoneTypefn get_file(&self) -> PathBuffn get_allow_udpate(&self) -> boolimpl Debug for ZoneConfigimpl PartialEq for ZoneConfigfn eq(&self, __arg_0: &ZoneConfig) -> boolfn ne(&self, __arg_0: &ZoneConfig) -> boolimpl Decodable for ZoneConfigfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ZoneConfig, __D::Error>