Struct struct_db::ReadOnlyTransaction
source · pub struct ReadOnlyTransaction<'db> { /* private fields */ }Expand description
Can open only ReadOnlyTables.
Implementations§
source§impl<'db> ReadOnlyTransaction<'db>
impl<'db> ReadOnlyTransaction<'db>
pub fn tables<'txn>(&'txn self) -> ReadOnlyTables<'db, 'txn>
Auto Trait Implementations§
impl<'db> !RefUnwindSafe for ReadOnlyTransaction<'db>
impl<'db> Send for ReadOnlyTransaction<'db>
impl<'db> Sync for ReadOnlyTransaction<'db>
impl<'db> Unpin for ReadOnlyTransaction<'db>
impl<'db> !UnwindSafe for ReadOnlyTransaction<'db>
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