[go: up one dir, main page]

Module row

Module row 

Source
Expand description

Contains the Row trait

Traitsยง

Field
Represents a single field in a database row.
IntoOwnedRowNon-i-implement-a-third-party-backend-and-opt-into-breaking-changes
A row that can be turned into an owned version
NamedRow
Represents a row of a SQL query, where the values are accessed by name rather than by index.
Row
Represents a single database row.
RowIndex
Representing a way to index into database rows