Enum openssl::x509::X509FileType[][src]

#[repr(i32)]
pub enum X509FileType { PEM, ASN1, Default, }

Variants

Trait Implementations

impl Copy for X509FileType
[src]

impl Clone for X509FileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for X509FileType

impl Sync for X509FileType