Structs§
- Column
Specs - A view over specification of columns returned by the database.
- Query
Result - Result of a single request to the database. It represents any kind of Result frame.
- Query
Rows Result - Enables deserialization of rows received from the database in a
QueryResult. - Result
NotRows Error - An error returned by
QueryResult::result_not_rows.
Enums§
- First
RowError - An error returned by
QueryRowsResult::first_row. - Into
Rows Result Error - An error returned by
QueryResult::into_rows_result - Maybe
First RowError - An error returned by
QueryRowsResult::maybe_first_row. - Rows
Error - An error returned by
QueryRowsResult::rows. - Single
RowError - An error returned by
QueryRowsResult::single_row.