Enum libresolv_sys::__ns_cert_types
[−]
[src]
pub enum __ns_cert_types {
cert_t_pkix,
cert_t_spki,
cert_t_pgp,
cert_t_url,
cert_t_oid,
}Variants
cert_t_pkixcert_t_spkicert_t_pgpcert_t_urlcert_t_oidTrait Implementations
impl Clone for __ns_cert_types[src]
fn clone(&self) -> __ns_cert_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