Struct diesel::sql_types::SmallInt [−][src]
Trait Implementations
impl Foldable for SmallInt
[src]
impl Foldable for SmallInt
type Sum = Nullable<BigInt>
The SQL type of sum(this_type)
type Avg = Nullable<Numeric>
The SQL type of avg(this_type)
impl Add for SmallInt
[src]
impl Add for SmallInt
type Rhs = SmallInt
The SQL type which can be added to this one
type Output = SmallInt
The SQL type of the result of adding Rhs
to Self
impl Sub for SmallInt
[src]
impl Sub for SmallInt
type Rhs = SmallInt
The SQL type which can be subtracted from this one
type Output = SmallInt
The SQL type of the result of subtracting Rhs
from Self
impl Mul for SmallInt
[src]
impl Mul for SmallInt
type Rhs = SmallInt
The SQL type which this can be multiplied by
type Output = SmallInt
The SQL type of the result of multiplying Self
by Rhs
impl Div for SmallInt
[src]
impl Div for SmallInt
type Rhs = SmallInt
The SQL type which this one can be divided by
type Output = SmallInt
The SQL type of the result of dividing Self
by Rhs
impl SqlOrd for SmallInt
[src]
impl SqlOrd for SmallInt
impl QueryId for SmallInt
[src]
[+]
impl QueryId for SmallInt
impl NotNull for SmallInt
[src]
impl NotNull for SmallInt
impl SingleValue for SmallInt
[src]
impl SingleValue for SmallInt
impl HasSqlType<SmallInt> for Sqlite
[src]
[+]
impl HasSqlType<SmallInt> for Sqlite
impl HasSqlType<SmallInt> for Mysql
[src]
[+]
impl HasSqlType<SmallInt> for Mysql
impl HasSqlType<SmallInt> for Pg
[src]
[+]
impl HasSqlType<SmallInt> for Pg
impl Debug for SmallInt
[src]
[+]
impl Debug for SmallInt
impl Clone for SmallInt
[src]
[+]
impl Clone for SmallInt
impl Copy for SmallInt
[src]
impl Copy for SmallInt
impl Default for SmallInt
[src]
[+]
impl Default for SmallInt
impl FromSql<SmallInt, Sqlite> for i16
[src]
[+]
impl FromSql<SmallInt, Sqlite> for i16
impl<DB: Backend<RawValue = [u8]>> FromSql<SmallInt, DB> for i16
[src]
[+]
impl<DB: Backend<RawValue = [u8]>> FromSql<SmallInt, DB> for i16
impl<DB: Backend> ToSql<SmallInt, DB> for i16
[src]
[+]
impl<DB: Backend> ToSql<SmallInt, DB> for i16
impl<'expr> AsExpression<SmallInt> for &'expr i16
[src]
[+]
impl<'expr> AsExpression<SmallInt> for &'expr i16
impl<'expr2, 'expr> AsExpression<SmallInt> for &'expr2 &'expr i16
[src]
[+]
impl<'expr2, 'expr> AsExpression<SmallInt> for &'expr2 &'expr i16
impl AsExpression<SmallInt> for i16
[src]
[+]
impl AsExpression<SmallInt> for i16