Struct trust_dns_proto::rr::domain::usage::IP6_ARPA_1 [−]
pub struct IP6_ARPA_1 { /* fields omitted */ }
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. usage; 1/128 is the only address in ipv6 loopback
Methods from __Deref<Target = ZoneUsage>
pub fn name(&self) -> &Name
[src]
pub fn name(&self) -> &Name
A reference to this zone name
pub fn user(&self) -> UserUsage
[src]
pub fn user(&self) -> UserUsage
Returnes the UserUsage of this zone
pub fn app(&self) -> AppUsage
[src]
pub fn app(&self) -> AppUsage
Returnes the AppUsage of this zone
pub fn resolver(&self) -> ResolverUsage
[src]
pub fn resolver(&self) -> ResolverUsage
Returnes the ResolverUsage of this zone
pub fn cache(&self) -> CacheUsage
[src]
pub fn cache(&self) -> CacheUsage
Returnes the CacheUsage of this zone
pub fn auth(&self) -> AuthUsage
[src]
pub fn auth(&self) -> AuthUsage
Returnes the AuthUsage of this zone
pub fn op(&self) -> OpUsage
[src]
pub fn op(&self) -> OpUsage
Returnes the OpUsage of this zone
pub fn registry(&self) -> RegistryUsage
[src]
pub fn registry(&self) -> RegistryUsage
Returnes the RegistryUsage of this zone
Trait Implementations
impl __Deref for IP6_ARPA_1
impl __Deref for IP6_ARPA_1
type Target = ZoneUsage
The resulting type after dereferencing.
fn deref(&self) -> &ZoneUsage
fn deref(&self) -> &ZoneUsage
Dereferences the value.
impl LazyStatic for IP6_ARPA_1
impl LazyStatic for IP6_ARPA_1
fn initialize(lazy: &Self)
fn initialize(lazy: &Self)
Auto Trait Implementations
impl Send for IP6_ARPA_1
impl Send for IP6_ARPA_1
impl Sync for IP6_ARPA_1
impl Sync for IP6_ARPA_1