Struct diesel::types::Numeric [] [src]

pub struct Numeric;

The numeric SQL type.

This type does not currently have any corresponding Rust types. On SQLite, Double should be used instead.

Trait Implementations

impl Add for Numeric
[src]

impl Sub for Numeric
[src]

impl Mul for Numeric
[src]

impl Div for Numeric
[src]

impl Foldable for Numeric
[src]

impl Debug for Numeric
[src]

[src]

Formats the value using the given formatter.

impl Clone for Numeric
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Numeric
[src]

impl Default for Numeric
[src]

[src]

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

impl QueryId for Numeric
[src]

[src]

[src]

impl NotNull for Numeric
[src]