Enum libresolv_sys::__ns_update_operation
[−]
[src]
pub enum __ns_update_operation { ns_uop_delete, ns_uop_add, ns_uop_max, }
Variants
ns_uop_delete
ns_uop_add
ns_uop_max
Trait Implementations
impl Clone for __ns_update_operation
[src]
fn clone(&self) -> __ns_update_operation
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