pub type Decimal = Numeric;Expand description
Alias for Numeric
Aliased Type§
pub struct Decimal;Trait Implementations§
impl FallibleCastsTo<BigInt> for Decimal
impl FallibleCastsTo<Double> for Decimal
impl FallibleCastsTo<Float> for Decimal
impl FallibleCastsTo<Integer> for Decimal
Source§impl KnownCastSqlTypeName<Mysql> for Decimal
Available on crate feature mysql_backend only.
impl KnownCastSqlTypeName<Mysql> for Decimal
Available on crate feature
mysql_backend only.Source§const SQL_TYPE_NAME: &'static str = "decimal"
const SQL_TYPE_NAME: &'static str = "decimal"
What to write as
sql_type in the CAST(expr AS sql_type) SQL for
Self