pub struct ServerTls {
acceptor: TlsAcceptor,
}Expand description
A configured TLS listener side. Terminates TLS on an accepted connection.
Fields§
§acceptor: TlsAcceptorImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerTls
impl !RefUnwindSafe for ServerTls
impl Send for ServerTls
impl Sync for ServerTls
impl Unpin for ServerTls
impl !UnwindSafe for ServerTls
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