Module mysql_common::value::convert
source · Modules
- This module implements conversion from/to
Value
for theBigDecimal
type (bigdecimal
crate version “0.3.x”). - This module implements conversion from/to
Value
forBigInt
andBigUint
types. - This module implements conversion from/to
Value
forDecimal
type. - This module implements conversion from/to
Value
fortime
v0.3.x crate types. - This module implements conversion from/to
Value
forUuid
.
Structs
FromValue
conversion error.- Intermediate result of a Value-to-Option
conversion. - Intermediate result of a Value-to-Integer conversion.
Traits
- Basic operations on
FromValue
conversion intermediate result. - Implement this trait to convert value to something.
Functions
- Will panic if could not convert
v
toT
- Will return
Err(FromValueError(v))
if could not convertv
toT