[−][src]Struct mobc_postgres::PostgresConnectionManager
Methods
impl<Tls> PostgresConnectionManager<Tls, DefaultExecutor>
[src][−]
impl<Tls, U> PostgresConnectionManager<Tls, U> where
U: TkExecutor + Send + Sync + 'static + Clone,
[src][−]
U: TkExecutor + Send + Sync + 'static + Clone,
pub fn new_with_executor(config: Config, tls: Tls, executor: U) -> Self
[src]
Trait Implementations
impl<Tls, U> ConnectionManager for PostgresConnectionManager<Tls, U> where
Tls: MakeTlsConnect<Socket> + Clone + Send + Sync + 'static,
<Tls as MakeTlsConnect<Socket>>::Stream: Send + Sync,
<Tls as MakeTlsConnect<Socket>>::TlsConnect: Send,
<<Tls as MakeTlsConnect<Socket>>::TlsConnect as TlsConnect<Socket>>::Future: Send,
U: TkExecutor + Send + Sync + 'static + Clone,
[src][+]
Tls: MakeTlsConnect<Socket> + Clone + Send + Sync + 'static,
<Tls as MakeTlsConnect<Socket>>::Stream: Send + Sync,
<Tls as MakeTlsConnect<Socket>>::TlsConnect: Send,
<<Tls as MakeTlsConnect<Socket>>::TlsConnect as TlsConnect<Socket>>::Future: Send,
U: TkExecutor + Send + Sync + 'static + Clone,
Auto Trait Implementations
impl<Tls, U> Send for PostgresConnectionManager<Tls, U> where
Tls: Send,
Tls: Send,
impl<Tls, U> Sync for PostgresConnectionManager<Tls, U> where
Tls: Sync,
Tls: Sync,
impl<Tls, U> Unpin for PostgresConnectionManager<Tls, U> where
Tls: Unpin,
U: Unpin,
Tls: Unpin,
U: Unpin,
impl<Tls, U> UnwindSafe for PostgresConnectionManager<Tls, U> where
Tls: UnwindSafe,
U: UnwindSafe,
Tls: UnwindSafe,
U: UnwindSafe,
impl<Tls, U> RefUnwindSafe for PostgresConnectionManager<Tls, U> where
Tls: RefUnwindSafe,
U: RefUnwindSafe,
Tls: RefUnwindSafe,
U: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self