Module mysql_common::value::convert
source · Modules§
- This module implements conversion from/to
Value
forBigInt
andBigUint
types. - This module implements conversion from/to
Value
forchrono
types. - This module implements conversion from/to
Value
forUuid
.
Structs§
FromValue
conversion error.- Intermediate result for a type that requires parsing.
Enums§
- Intermediate result of a
Value
-to-Option<T>
conversion. - Intermediate result for a type that optionally requires parsing.
Traits§
- Implement this trait to convert a value to some type.
Functions§
- Will panic if could not convert
v
toT
- Will return
Err(FromValueError(v))
if could not convertv
toT