Struct diesel::types::Float [] [src]

pub struct Float;

The float SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Float
[src]

The SQL type which can be added to this one

The SQL type of the result of adding Rhs to Self

impl Sub for Float
[src]

The SQL type which can be subtracted from this one

The SQL type of the result of subtracting Rhs from Self

impl Mul for Float
[src]

The SQL type which this can be multiplied by

The SQL type of the result of multiplying Self by Rhs

impl Div for Float
[src]

The SQL type which this one can be divided by

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]

Formats the value using the given formatter.

impl Clone for Float
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Float
[src]

impl Default for Float
[src]

Returns the "default value" for a type. Read more