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