pub struct MockTransactionFor<DB: DatabaseBackend>(/* private fields */);
Trait Implementations§
Source§impl<DB: DatabaseBackend> DatabaseTransaction for MockTransactionFor<DB>
impl<DB: DatabaseBackend> DatabaseTransaction for MockTransactionFor<DB>
Auto Trait Implementations§
impl<DB> Freeze for MockTransactionFor<DB>
impl<DB> RefUnwindSafe for MockTransactionFor<DB>where
DB: RefUnwindSafe,
impl<DB> Send for MockTransactionFor<DB>
impl<DB> Sync for MockTransactionFor<DB>
impl<DB> Unpin for MockTransactionFor<DB>where
DB: Unpin,
impl<DB> UnwindSafe for MockTransactionFor<DB>where
DB: UnwindSafe,
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