Enum libresolv_sys::__ns_rcode
[−]
[src]
pub enum __ns_rcode { ns_r_noerror, ns_r_formerr, ns_r_servfail, ns_r_nxdomain, ns_r_notimpl, ns_r_refused, ns_r_yxdomain, ns_r_yxrrset, ns_r_nxrrset, ns_r_notauth, ns_r_notzone, ns_r_max, ns_r_badvers, ns_r_badkey, ns_r_badtime, }
Variants
ns_r_noerror
ns_r_formerr
ns_r_servfail
ns_r_nxdomain
ns_r_notimpl
ns_r_refused
ns_r_yxdomain
ns_r_yxrrset
ns_r_nxrrset
ns_r_notauth
ns_r_notzone
ns_r_max
ns_r_badvers
ns_r_badkey
ns_r_badtime
Trait Implementations
impl Clone for __ns_rcode
[src]
fn clone(&self) -> __ns_rcode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more