Struct sqlx_core::any::AnyValueRef
source · pub struct AnyValueRef<'r> { /* private fields */ }
Trait Implementations§
source§impl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MssqlValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: MssqlValueRef<'r>) -> Self
fn from(value: MssqlValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<MySqlValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: MySqlValueRef<'r>) -> Self
fn from(value: MySqlValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<PgValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: PgValueRef<'r>) -> Self
fn from(value: PgValueRef<'r>) -> Self
Converts to this type from the input type.
source§impl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
impl<'r> From<SqliteValueRef<'r>> for AnyValueRef<'r>
source§fn from(value: SqliteValueRef<'r>) -> Self
fn from(value: SqliteValueRef<'r>) -> Self
Converts to this type from the input type.