Module mysql_common::value::convert

source ·

Modules

  • This module implements conversion from/to Value for the BigDecimal type (bigdecimal crate version “0.3.x”).
  • This module implements conversion from/to Value for BigInt and BigUint types.
  • This module implements conversion from/to Value for Decimal type.
  • This module implements conversion from/to Value for time v0.3.x crate types.
  • This module implements conversion from/to Value for Uuid.

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 to T
  • Will return Err(FromValueError(v)) if could not convert v to T