pub struct TlsServer { /* private fields */ }Expand description
TLS incoming connection wrapper.
Only IO-based streams are supported.
§Panics
Panics if a packet-based stream is supplied.
Implementations§
Trait Implementations§
Source§impl AcceptingWrapper for TlsServer
impl AcceptingWrapper for TlsServer
Auto Trait Implementations§
impl Freeze for TlsServer
impl !RefUnwindSafe for TlsServer
impl Send for TlsServer
impl Sync for TlsServer
impl Unpin for TlsServer
impl !UnwindSafe for TlsServer
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