Struct diesel::types::Float
[−]
[src]
pub struct Float;
Trait Implementations
impl Add for Float[src]
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]
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]
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]
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 QueryId for Float[src]
impl NotNull for Float[src]
impl SingleValue for Float[src]
impl Foldable for Float[src]
impl Debug for Float[src]
impl Clone for Float[src]
fn clone(&self) -> Float[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