Struct diesel::types::BigInt [] [src]

pub struct BigInt;

Trait Implementations

impl Add for BigInt

type Rhs = BigInt

type Output = BigInt

impl Sub for BigInt

type Rhs = BigInt

type Output = BigInt

impl Mul for BigInt

type Rhs = BigInt

type Output = BigInt

impl Div for BigInt

type Rhs = BigInt

type Output = BigInt

impl SqlOrd for BigInt

impl Foldable for BigInt

type Sum = Numeric

type Avg = Numeric

Derived Implementations

impl Default for BigInt

fn default() -> BigInt

impl Copy for BigInt

impl Clone for BigInt

fn clone(&self) -> BigInt

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