Struct native_tls::Certificate [−][src]
pub struct Certificate(_);
Expand description
An X509 certificate.
Implementations
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