Module diesel::query_source [] [src]

Types in this module are mostly internal and automatically generated. You shouldn't need to interact with these types during normal usage, other than the methods on Table

Reexports

pub use self::joins::JoinTo;

Traits

Column

A column on a database table. Types which implement this trait should have been generated by the table! macro.

Queryable

Trait indicating that a record can be queried from the database. This trait can be derived automatically. See the codegen documentation for more.

Table

A SQL database table. Types which implement this trait should have been generated by the table! macro.