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