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