pub struct TransactionCommandClient { /* private fields */ }Expand description
Helper for sending raw commands within a transaction
Implementations§
Auto Trait Implementations§
impl Freeze for TransactionCommandClient
impl !RefUnwindSafe for TransactionCommandClient
impl Send for TransactionCommandClient
impl Sync for TransactionCommandClient
impl Unpin for TransactionCommandClient
impl UnsafeUnpin for TransactionCommandClient
impl !UnwindSafe for TransactionCommandClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more