Traitsยง
- AsStatement
- Something, that eventually is a
Statement
in the context of aT: Queryable
. - Batch
Query - Helper trait for batch statement execution.
- BinQuery
- MySql prepared statement query.
- Column
Index - Things that may be used as an index of a row column.
- ConvIr
- Basic operations on
FromValue
conversion intermediate result. - FromRow
- Trait to convert
Row
into a tuple ofFromValue
implementors up to arity 12. - From
Value - Implement this trait to convert value to something.
- Protocol
- Trait for protocol markers
crate::Binary
andcrate::Text
. - Queryable
- Queryable object.
- Text
Query - MySql text query.
- ToValue
- With
Params - Helper, that constructs
QueryWithParams
.