Module prelude

Source

Traits§

AsStatement
Something, that eventually is a Statement in the context of a T: Queryable.
BatchQuery
Helper trait for batch statement execution.
BinQuery
MySql prepared statement query.
ColumnIndex
Things that may be used as an index of a row column.
FromRow
Trait to convert Row into a tuple of FromValue implementors up to arity 12.
FromValue
Implement this trait to convert a value to some type.
Protocol
Trait for protocol markers crate::Binary and crate::Text.
Queryable
Queryable object.
TextQuery
MySql text query.
ToValue
WithParams
Helper, that constructs QueryWithParams.

Derive Macros§

FromRow
Derives FromRow. See mysql_common crate-level docs for more info.
FromValue
Derives FromValue. See mysql_common crate-level docs for more info.