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

pub struct SmallInt;

Trait Implementations

impl Add for SmallInt
[src]

type Rhs = SmallInt

type Output = SmallInt

impl Sub for SmallInt
[src]

type Rhs = SmallInt

type Output = SmallInt

impl Mul for SmallInt
[src]

type Rhs = SmallInt

type Output = SmallInt

impl Div for SmallInt
[src]

type Rhs = SmallInt

type Output = SmallInt

impl SqlOrd for SmallInt
[src]

impl NotNull for SmallInt
[src]

impl Foldable for SmallInt
[src]

type Sum = BigInt

type Avg = Numeric

impl Default for SmallInt
[src]

fn default() -> SmallInt

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

impl Copy for SmallInt
[src]

impl Clone for SmallInt
[src]

fn clone(&self) -> SmallInt

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more