Module mysql_async::prelude
source · Expand description
Traits used in this crate
Modules§
Macros§
- This macro is a convenient way to pass named parameters to a statement.
Traits§
- Types that can be treated as a MySQL query.
- Helper trait for batch statement execution.
- Trait to convert
Rowinto a tuple ofFromValueimplementors up to arity 12. - Implement this trait to convert a value to some type.
- Trait for protocol markers
crate::TextProtocolandcrate::BinaryProtocol. - MySql text query.
- Methods of this trait are used to execute database queries.
- Everything that is a statement.
- Everything that is a connection.
- Helper, that constructs
QueryWithParams.
Derive Macros§
- Derives
FromRow. Seemysql_commoncrate-level docs for more info. - Derives
FromValue. Seemysql_commoncrate-level docs for more info.