pub struct RTransaction<'db> { /* private fields */ }
Expand description
Read-only transaction.
Implementations§
Auto Trait Implementations§
impl<'db> Freeze for RTransaction<'db>
impl<'db> !RefUnwindSafe for RTransaction<'db>
impl<'db> Send for RTransaction<'db>
impl<'db> Sync for RTransaction<'db>
impl<'db> Unpin for RTransaction<'db>
impl<'db> !UnwindSafe for RTransaction<'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