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