pub struct Ssl { /* private fields */ }
Expand description
TLS (SSL).
Very broken atm.
Trait Implementations§
impl Eq for Ssl
impl StructuralPartialEq for Ssl
Auto Trait Implementations§
impl Freeze for Ssl
impl RefUnwindSafe for Ssl
impl Send for Ssl
impl Sync for Ssl
impl Unpin for Ssl
impl UnwindSafe for Ssl
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