Struct diesel::types::Integer [] [src]

pub struct Integer;

Trait Implementations

impl Add for Integer

type Rhs = Integer

type Output = Integer

impl Sub for Integer

type Rhs = Integer

type Output = Integer

impl Mul for Integer

type Rhs = Integer

type Output = Integer

impl Div for Integer

type Rhs = Integer

type Output = Integer

impl SqlOrd for Integer

impl Foldable for Integer

type Sum = BigInt

type Avg = Numeric

Derived Implementations

impl Default for Integer

fn default() -> Integer

impl Copy for Integer

impl Clone for Integer

fn clone(&self) -> Integer

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