Module rust_query::value
source · Structs§
- This is a dummy database column reference. If the column has a foreign key constraint, it can be dereferenced to join the table.
- Use this a value in a query to get the current datetime as a number.
Traits§
- Trait for all values that can be used in queries. This includes dummies from queries and rust values.