Struct async_native_tls::Certificate [−][src]
pub struct Certificate(_);
Expand description
An X509 certificate.
Implementations
Parses a DER-formatted X509 certificate.
Parses a PEM-formatted X509 certificate.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Certificate
impl Send for Certificate
impl Sync for Certificate
impl Unpin for Certificate
impl UnwindSafe for Certificate
Blanket Implementations
Mutably borrows from an owned value. Read more