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 NativeSqlType for SmallInt
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

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