pub struct SslSession { /* private fields */ }Expand description
A TLS session handle (SSL_SESSION*).
Cloneable via SSL_SESSION_up_ref. Pass to Ssl::set_session to enable
session resumption.
Trait Implementations§
Source§impl Clone for SslSession
impl Clone for SslSession
Source§impl Drop for SslSession
impl Drop for SslSession
impl Send for SslSession
impl Sync for SslSession
Auto Trait Implementations§
impl Freeze for SslSession
impl RefUnwindSafe for SslSession
impl Unpin for SslSession
impl UnsafeUnpin for SslSession
impl UnwindSafe for SslSession
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