pub struct Transaction<DB>{ /* private fields */ }
Expand description
Asynchronous wrapper type for crate::driver::Transaction
Implementations§
Trait Implementations§
Source§impl<DB> Clone for Transaction<DB>
impl<DB> Clone for Transaction<DB>
Source§fn clone(&self) -> Transaction<DB>
fn clone(&self) -> Transaction<DB>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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