Struct trust_dns_proto::rr::domain::usage::IN_ADDR_ARPA_127 [−]
pub struct IN_ADDR_ARPA_127 { /* fields omitted */ }127.in-addr.arpa. usage; 127/8 is reserved for loopback
Methods from __Deref<Target = ZoneUsage>
pub fn name(&self) -> &Name[src]
pub fn name(&self) -> &NameA reference to this zone name
pub fn user(&self) -> UserUsage[src]
pub fn user(&self) -> UserUsageReturnes the UserUsage of this zone
pub fn app(&self) -> AppUsage[src]
pub fn app(&self) -> AppUsageReturnes the AppUsage of this zone
pub fn resolver(&self) -> ResolverUsage[src]
pub fn resolver(&self) -> ResolverUsageReturnes the ResolverUsage of this zone
pub fn cache(&self) -> CacheUsage[src]
pub fn cache(&self) -> CacheUsageReturnes the CacheUsage of this zone
pub fn auth(&self) -> AuthUsage[src]
pub fn auth(&self) -> AuthUsageReturnes the AuthUsage of this zone
pub fn op(&self) -> OpUsage[src]
pub fn op(&self) -> OpUsageReturnes the OpUsage of this zone
pub fn registry(&self) -> RegistryUsage[src]
pub fn registry(&self) -> RegistryUsageReturnes the RegistryUsage of this zone
Trait Implementations
impl __Deref for IN_ADDR_ARPA_127
impl __Deref for IN_ADDR_ARPA_127type Target = ZoneUsage
The resulting type after dereferencing.
fn deref(&self) -> &ZoneUsage
fn deref(&self) -> &ZoneUsageDereferences the value.
impl LazyStatic for IN_ADDR_ARPA_127
impl LazyStatic for IN_ADDR_ARPA_127fn initialize(lazy: &Self)
fn initialize(lazy: &Self)Auto Trait Implementations
impl Send for IN_ADDR_ARPA_127
impl Send for IN_ADDR_ARPA_127impl Sync for IN_ADDR_ARPA_127
impl Sync for IN_ADDR_ARPA_127