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

pub enum X509FileType {
    PEM,
    ASN1,
    Default,
}

Variants

Trait Implementations

impl Clone for X509FileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for X509FileType
[src]