postgres
0.19.8
Module row
Structs
Traits
In crate postgres
Module
postgres
::
row
Copy item path
source
·
[
−
]
Expand description
Rows.
Structs
§
Row
A row of data returned from the database by a query.
Simple
Query
Row
A row of data returned from the database by a simple query.
Traits
§
RowIndex
A trait implemented by types that can index into columns of a row.