[−][src]Trait ena::sql::StatementTrait
Required methods
#[must_use]fn prepare<'life0, 'life1, 'async_trait>(
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = T> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = T> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
Implementations on Foreign Types
impl StatementTrait<Statement> for Client
[src]
fn prepare<'life0, 'life1, 'async_trait>(
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = Statement> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = Statement> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
impl StatementTrait<Stmt<Conn>> for Pool
[src]
fn prepare<'life0, 'life1, 'async_trait>(
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = Statement> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self,
stmt: &'life1 str
) -> Pin<Box<dyn Future<Output = Statement> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,