pub enum SqlxRow {
SqlxMySql(MySqlRow),
SqlxPostgres(PgRow),
SqlxSqlite(SqliteRow),
}Available on non-crate feature
sqlx-dep and non-crate feature sync only.Variantsยง
Implementationsยง
Trait Implementationsยง
Sourceยงimpl From<SqlxRow> for ColumnQueryResult
Available on crate features mysql and query only.
impl From<SqlxRow> for ColumnQueryResult
Available on crate features
mysql and query only.Sourceยงimpl From<SqlxRow> for ColumnQueryResult
Available on crate features postgres and query only.
impl From<SqlxRow> for ColumnQueryResult
Available on crate features
postgres and query only.Sourceยงimpl From<SqlxRow> for EnumQueryResult
Available on crate features postgres and query only.
impl From<SqlxRow> for EnumQueryResult
Available on crate features
postgres and query only.Sourceยงimpl From<SqlxRow> for ForeignKeyQueryResult
Available on crate features mysql and query only.
impl From<SqlxRow> for ForeignKeyQueryResult
Available on crate features
mysql and query only.Sourceยงimpl From<SqlxRow> for ForeignKeysInfo
Available on crate features def and sqlite only.
impl From<SqlxRow> for ForeignKeysInfo
Available on crate features
def and sqlite only.Sourceยงimpl From<SqlxRow> for IndexQueryResult
Available on crate features mysql and query only.
impl From<SqlxRow> for IndexQueryResult
Available on crate features
mysql and query only.Sourceยงimpl From<SqlxRow> for TableConstraintsQueryResult
Available on crate features postgres and query only.
impl From<SqlxRow> for TableConstraintsQueryResult
Available on crate features
postgres and query only.Sourceยงimpl From<SqlxRow> for TableQueryResult
Available on crate features mysql and query only.
impl From<SqlxRow> for TableQueryResult
Available on crate features
mysql and query only.Sourceยงimpl From<SqlxRow> for TableQueryResult
Available on crate features postgres and query only.
impl From<SqlxRow> for TableQueryResult
Available on crate features
postgres and query only.Sourceยงimpl From<SqlxRow> for UniqueIndexQueryResult
Available on crate features postgres and query only.
impl From<SqlxRow> for UniqueIndexQueryResult
Available on crate features
postgres and query 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 UnsafeUnpin 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