Struct redis_driver::TransactionResult4
source · [−]pub struct TransactionResult4<T1, T2, T3, T4>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,{ /* private fields */ }
Trait Implementations
sourceimpl<T1: Debug, T2: Debug, T3: Debug, T4: Debug> Debug for TransactionResult4<T1, T2, T3, T4>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,
impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug> Debug for TransactionResult4<T1, T2, T3, T4>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,
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>>>
sourceimpl<'a, T1, T2, T3, T4, T5> TransactionCommandResult<'a, TransactionResult5<T1, T2, T3, T4, T5>, TransactionResult4<T1, T2, T3, T4>> for CommandResult<'a, TransactionResult4<T1, T2, T3, T4>, T5>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
T4: FromValue + Send + Sync + 'a,
T5: FromValue + Send + Sync + 'a,
impl<'a, T1, T2, T3, T4, T5> TransactionCommandResult<'a, TransactionResult5<T1, T2, T3, T4, T5>, TransactionResult4<T1, T2, T3, T4>> for CommandResult<'a, TransactionResult4<T1, T2, T3, T4>, T5>where
T1: FromValue + Send + Sync + 'a,
T2: FromValue + Send + Sync + 'a,
T3: FromValue + Send + Sync + 'a,
T4: FromValue + Send + Sync + 'a,
T5: FromValue + Send + Sync + 'a,
fn forget(self) -> Future<'a, Transaction<TransactionResult4<T1, T2, T3, T4>>>
Auto Trait Implementations
impl<T1, T2, T3, T4> RefUnwindSafe for TransactionResult4<T1, T2, T3, T4>where
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
impl<T1, T2, T3, T4> Send for TransactionResult4<T1, T2, T3, T4>where
T1: Send,
T2: Send,
T3: Send,
T4: Send,
impl<T1, T2, T3, T4> Sync for TransactionResult4<T1, T2, T3, T4>where
T1: Sync,
T2: Sync,
T3: Sync,
T4: Sync,
impl<T1, T2, T3, T4> Unpin for TransactionResult4<T1, T2, T3, T4>where
T1: Unpin,
T2: Unpin,
T3: Unpin,
T4: Unpin,
impl<T1, T2, T3, T4> UnwindSafe for TransactionResult4<T1, T2, T3, T4>where
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: 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