Module diesel::row

source ·
Expand description

Contains the Row trait

Structs§

Traits§

  • Represents a single field in a database row.
  • Represents a row of a SQL query, where the values are accessed by name rather than by index.
  • Represents a single database row.
  • A helper trait to indicate the life time bound for a field returned by Row::get
  • Representing a way to index into database rows

Type Aliases§