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

pub struct BigInt;

Trait Implementations

impl Add for BigInt
[src]

type Rhs = BigInt

type Output = BigInt

impl Sub for BigInt
[src]

type Rhs = BigInt

type Output = BigInt

impl Mul for BigInt
[src]

type Rhs = BigInt

type Output = BigInt

impl Div for BigInt
[src]

type Rhs = BigInt

type Output = BigInt

impl SqlOrd for BigInt
[src]

impl NativeSqlType for BigInt
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

impl Default for BigInt
[src]

fn default() -> BigInt

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

impl Copy for BigInt
[src]

impl Clone for BigInt
[src]

fn clone(&self) -> BigInt

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