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

pub struct Integer;

The integer SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Integer
[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 Integer
[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 Integer
[src]

The SQL type which this can be multiplied by

The SQL type of the result of multiplying Self by Rhs

impl Div for Integer
[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 Integer
[src]

impl QueryId for Integer
[src]

impl NotNull for Integer
[src]

impl SingleValue for Integer
[src]

impl Foldable for Integer
[src]

impl Debug for Integer
[src]

Formats the value using the given formatter.

impl Clone for Integer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Integer
[src]

impl Default for Integer
[src]

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