pub struct ReadTransaction(/* private fields */);Implementations§
Source§impl ReadTransaction
impl ReadTransaction
pub fn as_raw(&self) -> &ReadTransaction
pub fn open_table<K, V>( &self, table_def: &TableDefinition<'_, K, V>, ) -> Result<ReadOnlyTable<K, V, Lexicographical>, TableError>
Trait Implementations§
Source§impl From<ReadTransaction> for ReadTransaction
impl From<ReadTransaction> for ReadTransaction
Source§fn from(value: ReadTransaction) -> Self
fn from(value: ReadTransaction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadTransaction
impl !RefUnwindSafe for ReadTransaction
impl Send for ReadTransaction
impl Sync for ReadTransaction
impl Unpin for ReadTransaction
impl !UnwindSafe for ReadTransaction
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