pub struct TransactionBuilder<B: DatabaseBackend> { /* private fields */ }Implementations§
Source§impl<B: DatabaseBackend> TransactionBuilder<B>
impl<B: DatabaseBackend> TransactionBuilder<B>
Auto Trait Implementations§
impl<B> Freeze for TransactionBuilder<B>where
B: Freeze,
impl<B> RefUnwindSafe for TransactionBuilder<B>where
B: RefUnwindSafe,
impl<B> Send for TransactionBuilder<B>
impl<B> Sync for TransactionBuilder<B>
impl<B> Unpin for TransactionBuilder<B>where
B: Unpin,
impl<B> UnsafeUnpin for TransactionBuilder<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for TransactionBuilder<B>where
B: 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