[][src]Module mysql_common::value::convert

Structs

BytesIr

Intermediate result of a Value-to-Vec conversion.

FromValueError

FromValue conversion error.

OptionIr

Intermediate result of a Value-to-Option conversion.

ParseIr

Intermediate result of a Value-to-Integer conversion.

StringIr

Intermediate result of a Value-to-String conversion.

UuidIr

Intermediate result of a Value-to-Uuid conversion.

Traits

ConvIr

Basic operations on FromValue conversion intermediate result.

FromValue

Implement this trait to convert value to something.

ToValue

Functions

from_value

Will panic if could not convert v to T

from_value_opt

Will return Err(FromValueError(v)) if could not convert v to T