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