pub struct TransactionExecutor { /* private fields */ }
Expand description
Tracks whether a given executor is “dirty” and needs to updated in the executors cache
Implementations
Wraps an executor and tracks that it doesn’t need to be updated in the executors cache.
Wraps an executor and tracks that it needs to be updated in the executors cache.
Wraps an executor and tracks that it needs to be updated in the executors cache only if the transaction succeeded.
Auto Trait Implementations
impl !RefUnwindSafe for TransactionExecutor
impl Send for TransactionExecutor
impl Sync for TransactionExecutor
impl Unpin for TransactionExecutor
impl !UnwindSafe for TransactionExecutor
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more