Enum SqlxRow
pub enum SqlxRow {
MySql(MySqlRow),
Postgres(PgRow),
Sqlite(SqliteRow),
MsSql(MsSqlRow),
}Variants§
Implementations§
Trait Implementations§
§impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature sqlx-mysql only.
impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature
sqlx-mysql only.§impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature sqlx-postgres only.
impl From<SqlxRow> for ColumnQueryResult
Available on non-crate feature
sqlx-postgres only.§impl From<SqlxRow> for CommentQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for CommentQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for DatabaseQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for DatabaseQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for EnumQueryResult
Available on non-crate feature sqlx-postgres only.
impl From<SqlxRow> for EnumQueryResult
Available on non-crate feature
sqlx-postgres only.§impl From<SqlxRow> for ForeignKeyActionQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for ForeignKeyActionQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for ForeignKeyQueryResult
Available on non-crate feature sqlx-mysql only.
impl From<SqlxRow> for ForeignKeyQueryResult
Available on non-crate feature
sqlx-mysql only.§impl From<SqlxRow> for ForeignKeyReferenceQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for ForeignKeyReferenceQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for ForeignKeysInfo
Available on non-crate feature sqlx-sqlite only.
impl From<SqlxRow> for ForeignKeysInfo
Available on non-crate feature
sqlx-sqlite only.§impl From<SqlxRow> for IndexQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for IndexQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for IndexQueryResult
Available on non-crate feature sqlx-mysql only.
impl From<SqlxRow> for IndexQueryResult
Available on non-crate feature
sqlx-mysql only.§impl From<SqlxRow> for TableConstraintsQueryResult
Available on non-crate feature sqlx-postgres only.
impl From<SqlxRow> for TableConstraintsQueryResult
Available on non-crate feature
sqlx-postgres only.§impl From<SqlxRow> for TableQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for TableQueryResult
Available on non-crate feature
sqlz-mssql only.§impl From<SqlxRow> for TableQueryResult
Available on non-crate feature sqlx-mysql only.
impl From<SqlxRow> for TableQueryResult
Available on non-crate feature
sqlx-mysql only.§impl From<SqlxRow> for TableQueryResult
Available on non-crate feature sqlx-postgres only.
impl From<SqlxRow> for TableQueryResult
Available on non-crate feature
sqlx-postgres only.§impl From<SqlxRow> for UniqueIndexQueryResult
Available on non-crate feature sqlx-postgres only.
impl From<SqlxRow> for UniqueIndexQueryResult
Available on non-crate feature
sqlx-postgres only.§impl From<SqlxRow> for VersionQueryResult
Available on non-crate feature sqlz-mssql only.
impl From<SqlxRow> for VersionQueryResult
Available on non-crate feature
sqlz-mssql only.Auto Trait Implementations§
impl Freeze for SqlxRow
impl RefUnwindSafe for SqlxRow
impl Send for SqlxRow
impl Sync for SqlxRow
impl Unpin for SqlxRow
impl UnwindSafe for SqlxRow
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