pub struct TlsDialer<D: Dialer> { /* private fields */ }Expand description
TlsDialer wraps a Dialer to establish a TLS connection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for TlsDialer<D>where
D: Freeze,
impl<D> RefUnwindSafe for TlsDialer<D>where
D: RefUnwindSafe,
impl<D> Send for TlsDialer<D>
impl<D> Sync for TlsDialer<D>
impl<D> Unpin for TlsDialer<D>where
D: Unpin,
impl<D> UnwindSafe for TlsDialer<D>where
D: UnwindSafe,
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