Module mysql::value
[−]
[src]
Structs
| SignedDuration |
A way to store negativeness of mysql's time. |
Enums
| Value |
|
Traits
| FromRow |
Trait to convert |
| FromValue |
Implement this trait to convert value to something. |
| IntoValue |
Implement this trait if you want to convert something to |
| ToRow | |
| ToValue |
Functions
| from_row |
Will panic if could not convert |
| from_row_opt |
Will return |
| from_value |
Will panic if could not convert |
| from_value_opt |
Will return |