Traitsยง
- AsStatement
- Something, that eventually is a
Statementin 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
FromValueconversion intermediate result. - FromRow
- Trait to convert
Rowinto a tuple ofFromValueimplementors up to arity 12. - From
Value - Implement this trait to convert value to something.
- Protocol
- Trait for protocol markers
crate::Binaryandcrate::Text. - Queryable
- Queryable object.
- Text
Query - MySql text query.
- ToValue
- With
Params - Helper, that constructs
QueryWithParams.