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_noerrorns_r_formerrns_r_servfailns_r_nxdomainns_r_notimplns_r_refusedns_r_yxdomainns_r_yxrrsetns_r_nxrrsetns_r_notauthns_r_notzonens_r_maxns_r_badversns_r_badkeyns_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

impl Copy for __ns_rcode
[src]

impl Debug for __ns_rcode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.