Struct mssf_core::runtime::store_proxy::TransactionProxy
source · pub struct TransactionProxy { /* private fields */ }
Implementations§
source§impl TransactionProxy
impl TransactionProxy
pub fn get_id(&self) -> &GUID
pub fn get_isolation_level(&self) -> TransactionIsolationLevel
pub async fn commit( &self, timeoutmilliseconds: u32, cancellation_token: Option<CancellationToken>, ) -> Result<i64>
pub fn rollback(&self)
Auto Trait Implementations§
impl Freeze for TransactionProxy
impl RefUnwindSafe for TransactionProxy
impl Send for TransactionProxy
impl Sync for TransactionProxy
impl Unpin for TransactionProxy
impl UnwindSafe for TransactionProxy
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