Struct redis_driver::TransactionResult5
source · [−]pub struct TransactionResult5<T1, T2, T3, T4, T5>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,
T5: FromValue,{ /* private fields */ }
Trait Implementations
sourceimpl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug> Debug for TransactionResult5<T1, T2, T3, T4, T5>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,
T5: FromValue,
impl<T1: Debug, T2: Debug, T3: Debug, T4: Debug, T5: Debug> Debug for TransactionResult5<T1, T2, T3, T4, T5>where
T1: FromValue,
T2: FromValue,
T3: FromValue,
T4: FromValue,
T5: FromValue,
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>>>
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>>>
Auto Trait Implementations
impl<T1, T2, T3, T4, T5> RefUnwindSafe for TransactionResult5<T1, T2, T3, T4, T5>where
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
impl<T1, T2, T3, T4, T5> Send for TransactionResult5<T1, T2, T3, T4, T5>where
T1: Send,
T2: Send,
T3: Send,
T4: Send,
T5: Send,
impl<T1, T2, T3, T4, T5> Sync for TransactionResult5<T1, T2, T3, T4, T5>where
T1: Sync,
T2: Sync,
T3: Sync,
T4: Sync,
T5: Sync,
impl<T1, T2, T3, T4, T5> Unpin for TransactionResult5<T1, T2, T3, T4, T5>where
T1: Unpin,
T2: Unpin,
T3: Unpin,
T4: Unpin,
T5: Unpin,
impl<T1, T2, T3, T4, T5> UnwindSafe for TransactionResult5<T1, T2, T3, T4, T5>where
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: 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