Enum openssl::x509::X509FileType [−][src]
#[repr(i32)]pub enum X509FileType { PEM, ASN1, Default, }
Variants
PEM
ASN1
Default
Trait Implementations
impl Copy for X509FileType
[src]
impl Copy for X509FileType
impl Clone for X509FileType
[src]
impl Clone for X509FileType
fn clone(&self) -> X509FileType
[src]
fn clone(&self) -> X509FileType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for X509FileType
impl Send for X509FileType
impl Sync for X509FileType
impl Sync for X509FileType