Trait sqlx_core::database::HasValueRef [−][src]
pub trait HasValueRef<'r> { type Database: Database; type ValueRef: ValueRef<'r, Database = Self::Database>; }
Expand description
Associate Database
with a ValueRef
of a generic lifetime.
The upcoming Rust feature, Generic Associated Types, should obviate the need for this trait.
Associated Types
Implementors
impl<'r> HasValueRef<'r> for Any
[src]
impl<'r> HasValueRef<'r> for Any
[src]impl<'r> HasValueRef<'r> for Mssql
[src]
impl<'r> HasValueRef<'r> for Mssql
[src]impl<'r> HasValueRef<'r> for MySql
[src]
impl<'r> HasValueRef<'r> for MySql
[src]impl<'r> HasValueRef<'r> for Postgres
[src]
impl<'r> HasValueRef<'r> for Postgres
[src]impl<'r> HasValueRef<'r> for Sqlite
[src]
impl<'r> HasValueRef<'r> for Sqlite
[src]