Struct diesel::types::SmallInt [] [src]

pub struct SmallInt;

The small integer SQL type.

ToSql impls

FromSql impls

Trait Implementations

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

The SQL type which this can be multiplied by

The SQL type of the result of multiplying Self by Rhs

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

impl QueryId for SmallInt
[src]

impl NotNull for SmallInt
[src]

impl SingleValue for SmallInt
[src]

impl Foldable for SmallInt
[src]

impl Debug for SmallInt
[src]

Formats the value using the given formatter.

impl Clone for SmallInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SmallInt
[src]

impl Default for SmallInt
[src]

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