Enum openssl_sys::SSL_CTX
source · [−]pub enum SSL_CTX {}
Auto Trait Implementations
impl RefUnwindSafe for SSL_CTX
impl Send for SSL_CTX
impl Sync for SSL_CTX
impl Unpin for SSL_CTX
impl UnwindSafe for SSL_CTX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more