Struct diesel::types::Double
[−]
[src]
pub struct Double;
Trait Implementations
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 QueryId for Double[src]
impl NotNull for Double[src]
impl SingleValue for Double[src]
impl Foldable for Double[src]
impl Debug for Double[src]
impl Clone for Double[src]
fn clone(&self) -> Double[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more