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

pub struct BigInt;

The big integer SQL type.

ToSql impls

FromSql impls

Trait Implementations

impl Add for BigInt
[src]

impl Sub for BigInt
[src]

impl Mul for BigInt
[src]

impl Div for BigInt
[src]

impl SqlOrd for BigInt
[src]

impl QueryId for BigInt
[src]

[src]

[src]

impl NotNull for BigInt
[src]

impl Foldable for BigInt
[src]

impl Debug for BigInt
[src]

[src]

Formats the value using the given formatter.

impl Clone for BigInt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BigInt
[src]

impl Default for BigInt
[src]

[src]

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