pub struct obj_read_txn_t { /* private fields */ }Expand description
Opaque read-transaction handle. Same lifetime erasure pattern
as obj_write_txn_t.
Trait Implementations§
Source§impl Drop for obj_read_txn_t
impl Drop for obj_read_txn_t
Auto Trait Implementations§
impl Freeze for obj_read_txn_t
impl RefUnwindSafe for obj_read_txn_t
impl Send for obj_read_txn_t
impl Sync for obj_read_txn_t
impl Unpin for obj_read_txn_t
impl UnsafeUnpin for obj_read_txn_t
impl UnwindSafe for obj_read_txn_t
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