pub struct HttpSSL {
pub cert_key: KeyPair,
pub cert: Certificate,
}Fields§
§cert_key: KeyPair§cert: CertificateImplementations§
Source§impl HttpSSL
impl HttpSSL
pub fn new(ctx: &HttpSSLContext) -> Result<Self, HttpSSLError>
pub fn from_config(ctx: &ConfigContext) -> Result<Self, HttpSSLError>
Auto Trait Implementations§
impl Freeze for HttpSSL
impl RefUnwindSafe for HttpSSL
impl Send for HttpSSL
impl Sync for HttpSSL
impl Unpin for HttpSSL
impl UnwindSafe for HttpSSL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more