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<BoxedCancelToken>, ) -> 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 UnsafeUnpin 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