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

pub struct SmallInt;

The small integer SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for SmallInt
[src]

impl Sub for SmallInt
[src]

impl Mul for SmallInt
[src]

impl Div for SmallInt
[src]

impl SqlOrd for SmallInt
[src]

impl QueryId for SmallInt
[src]

[src]

[src]

impl NotNull for SmallInt
[src]

impl Foldable for SmallInt
[src]

impl Debug for SmallInt
[src]

[src]

Formats the value using the given formatter.

impl Clone for SmallInt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SmallInt
[src]

impl Default for SmallInt
[src]

[src]

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