Enum eva_common::db::Transaction
source · pub enum Transaction<'c> {
Sqlite(Transaction<'c, Sqlite>),
Postgres(Transaction<'c, Postgres>),
}Variants§
Sqlite(Transaction<'c, Sqlite>)
Postgres(Transaction<'c, Postgres>)
Implementations§
Auto Trait Implementations§
impl<'c> !Freeze for Transaction<'c>
impl<'c> !RefUnwindSafe for Transaction<'c>
impl<'c> Send for Transaction<'c>
impl<'c> !Sync for Transaction<'c>
impl<'c> Unpin for Transaction<'c>
impl<'c> !UnwindSafe for Transaction<'c>
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