Struct openssl::ssl::SslFiletype [−][src]
pub struct SslFiletype(_);
Expand description
An identifier of the format of a certificate or key file.
Implementations
The PEM format.
This corresponds to SSL_FILETYPE_PEM
.
The ASN1 format.
This corresponds to SSL_FILETYPE_ASN1
.
Constructs an SslFiletype
from a raw OpenSSL value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SslFiletype
impl Send for SslFiletype
impl Sync for SslFiletype
impl Unpin for SslFiletype
impl UnwindSafe for SslFiletype
Blanket Implementations
Mutably borrows from an owned value. Read more