Module mysql::value [] [src]

Enums

Value

Value enumerates possible values in mysql cells. Also Value used to fill prepared statements.

Traits

FromValue

Implement this trait to convert value to something.

IntoValue

Implement this trait if you want to convert something to Value.

ToRow
ToValue

Functions

from_value

Will panic if could not retrieve Self from Value

from_value_opt

Will return None if could not retrieve Self from Value