Available on crate feature
mysql_backend
only.Expand description
Data structures for MySQL types which have no corresponding Rust type
Most of these types are used to implement ToSql
and FromSql
for higher
level types.
Structs§
- Mysql
Time - Corresponding rust representation of the MYSQL_TIME struct from libmysqlclient
- Mysql
Timestamp Type - Rust representation of enum_mysql_timestamp_type