Struct diesel::types::Integer [] [src]

pub struct Integer;

The integer SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Integer
[src]

impl Sub for Integer
[src]

impl Mul for Integer
[src]

impl Div for Integer
[src]

impl SqlOrd for Integer
[src]

impl QueryId for Integer
[src]

[src]

[src]

impl NotNull for Integer
[src]

impl Foldable for Integer
[src]

impl Debug for Integer
[src]

[src]

Formats the value using the given formatter.

impl Clone for Integer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Integer
[src]

impl Default for Integer
[src]

[src]

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