Struct diesel::types::SmallInt [] [src]

pub struct SmallInt;

Trait Implementations

impl Add for SmallInt

type Rhs = SmallInt

type Output = SmallInt

impl Sub for SmallInt

type Rhs = SmallInt

type Output = SmallInt

impl Mul for SmallInt

type Rhs = SmallInt

type Output = SmallInt

impl Div for SmallInt

type Rhs = SmallInt

type Output = SmallInt

impl SqlOrd for SmallInt

impl Foldable for SmallInt

type Sum = BigInt

type Avg = Numeric

Derived Implementations

impl Default for SmallInt

fn default() -> SmallInt

impl Copy for SmallInt

impl Clone for SmallInt

fn clone(&self) -> SmallInt

1.0.0fn clone_from(&mut self, source: &Self)