Enum libresolv_sys::__ns_update_operation [] [src]

pub enum __ns_update_operation {
    ns_uop_delete,
    ns_uop_add,
    ns_uop_max,
}

Variants

ns_uop_deletens_uop_addns_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

impl Copy for __ns_update_operation
[src]

impl Debug for __ns_update_operation
[src]

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

Formats the value using the given formatter.