pub struct PostgresTransactionDefinition {
pub options: HashMap<String, OptionValue>,
}
Fields§
§options: HashMap<String, OptionValue>
Trait Implementations§
Source§impl TransactionDefinition for PostgresTransactionDefinition
impl TransactionDefinition for PostgresTransactionDefinition
Source§fn get_attribute(&self, attribute: &str) -> OptionValue
fn get_attribute(&self, attribute: &str) -> OptionValue
Retrieve a transaction attribute value by its attribute identifier.
This low-level interface allows querying transaction attributes supported by the {@link Connection} that should be applied Read more
Auto Trait Implementations§
impl Freeze for PostgresTransactionDefinition
impl RefUnwindSafe for PostgresTransactionDefinition
impl Send for PostgresTransactionDefinition
impl Sync for PostgresTransactionDefinition
impl Unpin for PostgresTransactionDefinition
impl UnwindSafe for PostgresTransactionDefinition
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