Struct diesel::sql_types::TinyInt [−][src]
pub struct TinyInt;
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for TinyInt
impl UnwindSafe for TinyInt
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more