pub enum SSLContext {}Auto Trait Implementations§
impl Freeze for SSLContext
impl RefUnwindSafe for SSLContext
impl Send for SSLContext
impl Sync for SSLContext
impl Unpin for SSLContext
impl UnsafeUnpin for SSLContext
impl UnwindSafe for SSLContext
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