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_oid

Trait 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

impl Copy for __ns_cert_types
[src]

impl Debug for __ns_cert_types
[src]

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

Formats the value using the given formatter.