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