Module mysql_common::value::convert

source ·

Modules§

  • This module implements conversion from/to Value for BigInt and BigUint types.
  • This module implements conversion from/to Value for chrono types.
  • This module implements conversion from/to Value for Uuid.

Structs§

Enums§

  • Intermediate result of a Value-to-Option<T> conversion.
  • Intermediate result for a type that optionally requires parsing.

Traits§

Functions§

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