Struct diesel::types::SmallInt
[−]
[src]
pub struct SmallInt;
Trait Implementations
impl Add for SmallInt[src]
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]
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]
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]
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 QueryId for SmallInt[src]
impl NotNull for SmallInt[src]
impl SingleValue for SmallInt[src]
impl Foldable for SmallInt[src]
impl Debug for SmallInt[src]
impl Clone for SmallInt[src]
fn clone(&self) -> SmallInt[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more