Struct autopulse::db::conn::multi_connection_impl::backend::MultiBatchInsertSupport
source · pub struct MultiBatchInsertSupport;
Trait Implementations§
source§impl<Tab, V, QId, const HAS_STATIC_QUERY_ID: bool> QueryFragment<MultiBackend, MultiBatchInsertSupport> for BatchInsert<V, Tab, QId, HAS_STATIC_QUERY_ID>where
Self: QueryFragment<<PgConnection as Connection>::Backend> + QueryFragment<<SqliteConnection as Connection>::Backend>,
impl<Tab, V, QId, const HAS_STATIC_QUERY_ID: bool> QueryFragment<MultiBackend, MultiBatchInsertSupport> for BatchInsert<V, Tab, QId, HAS_STATIC_QUERY_ID>where
Self: QueryFragment<<PgConnection as Connection>::Backend> + QueryFragment<<SqliteConnection as Connection>::Backend>,
Auto Trait Implementations§
impl Freeze for MultiBatchInsertSupport
impl RefUnwindSafe for MultiBatchInsertSupport
impl Send for MultiBatchInsertSupport
impl Sync for MultiBatchInsertSupport
impl Unpin for MultiBatchInsertSupport
impl UnwindSafe for MultiBatchInsertSupport
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