Enum libresolv_sys::__ns_key_types
[−]
[src]
pub enum __ns_key_types {
ns_kt_rsa,
ns_kt_dh,
ns_kt_dsa,
ns_kt_private,
}Variants
ns_kt_rsans_kt_dhns_kt_dsans_kt_privateTrait Implementations
impl Clone for __ns_key_types[src]
fn clone(&self) -> __ns_key_types
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