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