pub enum TxnReadGuard {
Temporary(RowLockGuard),
}Variants§
Temporary(RowLockGuard)
Implementations§
Source§impl TxnReadGuard
impl TxnReadGuard
Auto Trait Implementations§
impl Freeze for TxnReadGuard
impl !RefUnwindSafe for TxnReadGuard
impl Send for TxnReadGuard
impl Sync for TxnReadGuard
impl Unpin for TxnReadGuard
impl UnsafeUnpin for TxnReadGuard
impl !UnwindSafe for TxnReadGuard
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