Struct diesel::sql_types::Double [−][src]
Trait Implementations
impl Foldable for Double
[src]
impl Foldable for Double
type Sum = Nullable<Double>
The SQL type of sum(this_type)
type Avg = Nullable<Double>
The SQL type of avg(this_type)
impl Add for Double
[src]
impl Add for Double
type Rhs = Double
The SQL type which can be added to this one
type Output = Double
The SQL type of the result of adding Rhs
to Self
impl Sub for Double
[src]
impl Sub for Double
type Rhs = Double
The SQL type which can be subtracted from this one
type Output = Double
The SQL type of the result of subtracting Rhs
from Self
impl Mul for Double
[src]
impl Mul for Double
type Rhs = Double
The SQL type which this can be multiplied by
type Output = Double
The SQL type of the result of multiplying Self
by Rhs
impl Div for Double
[src]
impl Div for Double
type Rhs = Double
The SQL type which this one can be divided by
type Output = Double
The SQL type of the result of dividing Self
by Rhs
impl SqlOrd for Double
[src]
impl SqlOrd for Double
impl QueryId for Double
[src]
[+]
impl QueryId for Double
impl NotNull for Double
[src]
impl NotNull for Double
impl SingleValue for Double
[src]
impl SingleValue for Double
impl HasSqlType<Double> for Sqlite
[src]
[+]
impl HasSqlType<Double> for Sqlite
impl HasSqlType<Double> for Mysql
[src]
[+]
impl HasSqlType<Double> for Mysql
impl HasSqlType<Double> for Pg
[src]
[+]
impl HasSqlType<Double> for Pg
impl Debug for Double
[src]
[+]
impl Debug for Double
impl Clone for Double
[src]
[+]
impl Clone for Double
impl Copy for Double
[src]
impl Copy for Double
impl Default for Double
[src]
[+]
impl Default for Double
impl FromSql<Double, Sqlite> for f64
[src]
[+]
impl FromSql<Double, Sqlite> for f64
impl<DB: Backend<RawValue = [u8]>> FromSql<Double, DB> for f64
[src]
[+]
impl<DB: Backend<RawValue = [u8]>> FromSql<Double, DB> for f64
impl<DB: Backend> ToSql<Double, DB> for f64
[src]
[+]
impl<DB: Backend> ToSql<Double, DB> for f64
impl<'expr> AsExpression<Double> for &'expr f64
[src]
[+]
impl<'expr> AsExpression<Double> for &'expr f64
impl<'expr2, 'expr> AsExpression<Double> for &'expr2 &'expr f64
[src]
[+]
impl<'expr2, 'expr> AsExpression<Double> for &'expr2 &'expr f64
impl AsExpression<Double> for f64
[src]
[+]
impl AsExpression<Double> for f64