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>

A reference to this zone name

Returnes the UserUsage of this zone

Returnes the AppUsage of this zone

Returnes the ResolverUsage of this zone

Returnes the CacheUsage of this zone

Returnes the AuthUsage of this zone

Returnes the OpUsage of this zone

Returnes the RegistryUsage of this zone

Trait Implementations

impl __Deref for IN_ADDR_ARPA_127

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for IN_ADDR_ARPA_127

Auto Trait Implementations

impl Send for IN_ADDR_ARPA_127

impl Sync for IN_ADDR_ARPA_127