[−][src]Struct diesel::sql_types::Double
Trait Implementations
impl<DB: Backend<RawValue = [u8]>> FromSql<Double, DB> for f64
[src][+]
impl<'expr> AsExpression<Double> for &'expr f64
[src][+]
impl<'expr2, 'expr> AsExpression<Double> for &'expr2 &'expr f64
[src][+]
impl AsExpression<Double> for f64
[src][+]
impl QueryId for Double
[src][+]
impl<DB: Backend> ToSql<Double, DB> for f64
[src][+]
impl Foldable for Double
[src]
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]
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]
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]
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]
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 HasSqlType<Double> for Mysql
[src][+]
impl NotNull for Double
[src]
impl SingleValue for Double
[src]
impl Copy for Double
[src]
impl Default for Double
[src][+]
impl Clone for Double
[src][+]
impl Debug for Double
[src][+]
Auto Trait Implementations
impl Unpin for Double
impl Sync for Double
impl Send for Double
impl UnwindSafe for Double
impl RefUnwindSafe for Double
Blanket Implementations
impl<T> IntoSql for T
[src][+]
impl<T> IntoNullable for T where
T: NotNull,
[src]
T: NotNull,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,