Struct diesel::sql_types::Tinyint [] [src]

pub struct Tinyint;

The tiny integer SQL type.

This is only available on MySQL. Keep in mind that infer_schema! will see TINYINT(1) as Bool, not Tinyint.

ToSql impls

FromSql impls

Trait Implementations

impl Debug for Tinyint
[src]

[src]

Formats the value using the given formatter.

impl Clone for Tinyint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Tinyint
[src]

impl Default for Tinyint
[src]

[src]

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