Struct diesel::types::Tinyint [] [src]

pub struct Tinyint;

The tinyint SQL type. This is only available on MySQL.

ToSql impls

FromSql impls

Trait Implementations

impl Debug for Tinyint
[src]

Formats the value using the given formatter.

impl Clone for Tinyint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tinyint
[src]

impl Default for Tinyint
[src]

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

impl QueryId for Tinyint
[src]

impl NotNull for Tinyint
[src]

impl SingleValue for Tinyint
[src]