Struct diesel::types::Numeric [] [src]

pub struct Numeric;

Trait Implementations

impl Add for Numeric
[src]

type Rhs = Numeric

type Output = Numeric

impl Sub for Numeric
[src]

type Rhs = Numeric

type Output = Numeric

impl Mul for Numeric
[src]

type Rhs = Numeric

type Output = Numeric

impl Div for Numeric
[src]

type Rhs = Numeric

type Output = Numeric

impl NativeSqlType for Numeric
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

impl Default for Numeric
[src]

fn default() -> Numeric

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

impl Copy for Numeric
[src]

impl Clone for Numeric
[src]

fn clone(&self) -> Numeric

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