pub struct SqlBatch { /* private fields */ }Expand description
SQL batch builder for more complex batches.
This can be used to build batches with multiple statements or to add headers for specific features.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlBatch
impl RefUnwindSafe for SqlBatch
impl Send for SqlBatch
impl Sync for SqlBatch
impl Unpin for SqlBatch
impl UnwindSafe for SqlBatch
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