Module butane_core::sqlval

source ·

Enums

Traits

  • Trait for referencing the primary key for a given model. Used to implement ForeignKey equality tests.
  • Type suitable for being a database column.
  • Used to convert a SqlVal or SqlValRef into another type.
  • Marker trait for a type suitable for being a primary key
  • Used to convert another type to a SqlVal or SqlValRef.