[][src]Module butane_core::sqlval

Enums

SqlVal

A database value.

Traits

AsPrimaryKey

Trait for referencing the primary key for a given model. Used to implement ForeignKey equality tests.

FieldType

Type suitable for being a database column.

FromSql

Used to convert a SqlVal into another type.

IntoSql

Used to convert another type to a SqlVal.

PrimaryKeyType

Marker trait for a type suitable for being a primary key

ToSql

Used to convert another type to a SqlVal.