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

pub struct Float;

The float SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Float
[src]

impl Sub for Float
[src]

impl Mul for Float
[src]

impl Div for Float
[src]

impl SqlOrd for Float
[src]

impl QueryId for Float
[src]

[src]

[src]

impl NotNull for Float
[src]

impl Foldable for Float
[src]

impl Debug for Float
[src]

[src]

Formats the value using the given formatter.

impl Clone for Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Float
[src]

impl Default for Float
[src]

[src]

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