pub struct Executor {}Available on crate features
discovery and postgres only.Trait Implementationsยง
Sourceยงimpl Connection for Executor
impl Connection for Executor
fn query_all<'life0, 'async_trait>(
&'life0 self,
select: SelectStatement,
) -> Pin<Box<dyn Future<Output = Result<Vec<SqlxRow>, SqlxError>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn query_all_raw<'life0, 'async_trait>(
&'life0 self,
_sql: String,
) -> Pin<Box<dyn Future<Output = Result<Vec<SqlxRow>, SqlxError>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementationsยง
impl Freeze for Executor
impl RefUnwindSafe for Executor
impl Send for Executor
impl Sync for Executor
impl Unpin for Executor
impl UnsafeUnpin for Executor
impl UnwindSafe for Executor
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