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

pub struct Integer;

Trait Implementations

impl Add for Integer
[src]

type Rhs = Integer

type Output = Integer

impl Sub for Integer
[src]

type Rhs = Integer

type Output = Integer

impl Mul for Integer
[src]

type Rhs = Integer

type Output = Integer

impl Div for Integer
[src]

type Rhs = Integer

type Output = Integer

impl SqlOrd for Integer
[src]

impl NativeSqlType for Integer
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

impl Default for Integer
[src]

fn default() -> Integer

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

impl Copy for Integer
[src]

impl Clone for Integer
[src]

fn clone(&self) -> Integer

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