Struct txn_lock::TxnLockWriteGuard
source · pub struct TxnLockWriteGuard<T> { /* private fields */ }Expand description
An exclusive mutable view of a TxnLock at a specific TxnId
Implementations§
source§impl<T> TxnLockWriteGuard<T>
impl<T> TxnLockWriteGuard<T>
sourcepub fn downgrade(self) -> TxnLockReadGuardExclusive<T>
pub fn downgrade(self) -> TxnLockReadGuardExclusive<T>
Downgrade to an exclusive read guard