Enum libresolv_sys::res_sendhookact [] [src]

pub enum res_sendhookact {
    res_goahead,
    res_nextns,
    res_modified,
    res_done,
    res_error,
}

Variants

res_goaheadres_nextnsres_modifiedres_doneres_error

Trait Implementations

impl Clone for res_sendhookact
[src]

fn clone(&self) -> res_sendhookact

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 res_sendhookact
[src]

impl Debug for res_sendhookact
[src]

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

Formats the value using the given formatter.