pub struct TransactionConfiguration {
pub data_access: TrDataAccessMode,
pub isolation: TrIsolationLevel,
pub lock_resolution: TrLockResolution,
}
Expand description
Parameters of a new transaction
Fields§
§data_access: TrDataAccessMode
§isolation: TrIsolationLevel
§lock_resolution: TrLockResolution
Trait Implementations§
source§impl Clone for TransactionConfiguration
impl Clone for TransactionConfiguration
source§fn clone(&self) -> TransactionConfiguration
fn clone(&self) -> TransactionConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransactionConfiguration
impl Debug for TransactionConfiguration
source§impl Default for TransactionConfiguration
impl Default for TransactionConfiguration
source§impl PartialEq<TransactionConfiguration> for TransactionConfiguration
impl PartialEq<TransactionConfiguration> for TransactionConfiguration
source§fn eq(&self, other: &TransactionConfiguration) -> bool
fn eq(&self, other: &TransactionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.