pub struct PooledLmdbReadTxn<'a> { /* private fields */ }Expand description
A pooled read-only transaction for LMDB
This wraps an LMDB read-only transaction with automatic permit release when the transaction is dropped.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PooledLmdbReadTxn<'a>
impl<'a> RefUnwindSafe for PooledLmdbReadTxn<'a>
impl<'a> !Send for PooledLmdbReadTxn<'a>
impl<'a> !Sync for PooledLmdbReadTxn<'a>
impl<'a> Unpin for PooledLmdbReadTxn<'a>
impl<'a> UnsafeUnpin for PooledLmdbReadTxn<'a>
impl<'a> UnwindSafe for PooledLmdbReadTxn<'a>
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