Struct tokio_postgres_rustls::MakeRustlsConnect [−][src]
pub struct MakeRustlsConnect { /* fields omitted */ }Implementations
Trait Implementations
impl<S> MakeTlsConnect<S> for MakeRustlsConnect where
S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
impl<S> MakeTlsConnect<S> for MakeRustlsConnect where
S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
type Stream = RustlsStream<S>
type Stream = RustlsStream<S>
The stream type created by the TlsConnect implementation.
type TlsConnect = RustlsConnect
type TlsConnect = RustlsConnect
The TlsConnect implementation created by this type.
Creates a new TlsConnector. Read more
Auto Trait Implementations
impl !RefUnwindSafe for MakeRustlsConnect
impl Send for MakeRustlsConnect
impl Sync for MakeRustlsConnect
impl Unpin for MakeRustlsConnect
impl !UnwindSafe for MakeRustlsConnect
Blanket Implementations
Mutably borrows from an owned value. Read more