Enum openssl_sys::SSL_SESSION
pub enum SSL_SESSION {}
The portability is definied by:
#[cfg(all(any(ossl110, libressl280), not(any())))]
Auto Trait Implementations
impl RefUnwindSafe for SSL_SESSION
impl Send for SSL_SESSION
impl Sync for SSL_SESSION
impl Unpin for SSL_SESSION
impl UnwindSafe for SSL_SESSION
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T