pub struct TransactionHandle { /* private fields */ }Expand description
A handle to an executing transaction.
Trait Implementations§
Source§impl Deref for TransactionHandle
impl Deref for TransactionHandle
Auto Trait Implementations§
impl Freeze for TransactionHandle
impl !RefUnwindSafe for TransactionHandle
impl Send for TransactionHandle
impl Sync for TransactionHandle
impl Unpin for TransactionHandle
impl !UnwindSafe for TransactionHandle
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