Expand description
Contains the Row
trait
Structs§
- Partial
Row i-implement-a-third-party-backend-and-opt-into-breaking-changes
A row type that wraps an inner row
Traits§
- Represents a single field in a database row.
- Into
Owned Row i-implement-a-third-party-backend-and-opt-into-breaking-changes
A row that can be turned into an owned version - Represents a row of a SQL query, where the values are accessed by name rather than by index.
- Represents a single database row.
- Representing a way to index into database rows
- RowSealed
i-implement-a-third-party-backend-and-opt-into-breaking-changes
This trait restricts who can implementRow