[−][src]Struct tokio_postgres::impls::Transaction
The future returned by TransactionBuilder::build
.
Trait Implementations
Auto Trait Implementations
impl<T> !Sync for Transaction<T>
impl<T> Unpin for Transaction<T> where
T: Unpin,
<T as Future>::Error: Unpin,
<T as Future>::Item: Unpin,
T: Unpin,
<T as Future>::Error: Unpin,
<T as Future>::Item: Unpin,
impl<T> Send for Transaction<T> where
T: Send,
<T as Future>::Error: Send,
<T as Future>::Item: Send,
T: Send,
<T as Future>::Error: Send,
<T as Future>::Item: Send,
impl<T> !UnwindSafe for Transaction<T>
impl<T> !RefUnwindSafe for Transaction<T>
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T> Same<T> for T
type Output = T
Should always be Self