Struct redis_driver::TransactionResult3
source · [−]pub struct TransactionResult3<T1, T2, T3>where
T1: FromValue,
T2: FromValue,
T3: FromValue,{ /* private fields */ }
Trait Implementations
sourceimpl<T1: Debug, T2: Debug, T3: Debug> Debug for TransactionResult3<T1, T2, T3>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
impl<T1: Debug, T2: Debug, T3: Debug> Debug for TransactionResult3<T1, T2, T3>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
sourceimpl<'a, T1, T2, T3> TransactionCommandResult<'a, TransactionResult3<T1, T2, T3>, TransactionResult2<T1, T2>> for CommandResult<'a, TransactionResult2<T1, T2>, T3>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
impl<'a, T1, T2, T3> TransactionCommandResult<'a, TransactionResult3<T1, T2, T3>, TransactionResult2<T1, T2>> for CommandResult<'a, TransactionResult2<T1, T2>, T3>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
fn forget(self) -> Future<'a, Transaction<TransactionResult2<T1, T2>>>
sourceimpl<'a, T1, T2, T3, T4> TransactionCommandResult<'a, TransactionResult4<T1, T2, T3, T4>, TransactionResult3<T1, T2, T3>> for CommandResult<'a, TransactionResult3<T1, T2, T3>, T4>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
T4: FromValue + Send + Sync + 'a,
impl<'a, T1, T2, T3, T4> TransactionCommandResult<'a, TransactionResult4<T1, T2, T3, T4>, TransactionResult3<T1, T2, T3>> for CommandResult<'a, TransactionResult3<T1, T2, T3>, T4>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
T4: FromValue + Send + Sync + 'a,
fn forget(self) -> Future<'a, Transaction<TransactionResult3<T1, T2, T3>>>
Auto Trait Implementations
impl<T1, T2, T3> RefUnwindSafe for TransactionResult3<T1, T2, T3>where
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
impl<T1, T2, T3> Send for TransactionResult3<T1, T2, T3>where
T1: Send,
T2: Send,
T3: Send,
impl<T1, T2, T3> Sync for TransactionResult3<T1, T2, T3>where
T1: Sync,
T2: Sync,
T3: Sync,
impl<T1, T2, T3> Unpin for TransactionResult3<T1, T2, T3>where
T1: Unpin,
T2: Unpin,
T3: Unpin,
impl<T1, T2, T3> UnwindSafe for TransactionResult3<T1, T2, T3>where
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more