Enum openssl::x509::X509FileType [−][src]
#[repr(i32)]pub enum X509FileType { PEM, ASN1, Default, }
Variants
PEMASN1Default
Trait Implementations
impl Copy for X509FileType[src]
impl Copy for X509FileTypeimpl Clone for X509FileType[src]
impl Clone for X509FileTypefn clone(&self) -> X509FileType[src]
fn clone(&self) -> X509FileTypeReturns 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 X509FileTypeimpl Sync for X509FileType
impl Sync for X509FileType