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

pub struct Numeric;

Trait Implementations

impl Add for Numeric

type Rhs = Numeric

type Output = Numeric

impl Sub for Numeric

type Rhs = Numeric

type Output = Numeric

impl Mul for Numeric

type Rhs = Numeric

type Output = Numeric

impl Div for Numeric

type Rhs = Numeric

type Output = Numeric

impl Foldable for Numeric

type Sum = Numeric

type Avg = Numeric

Derived Implementations

impl Default for Numeric

fn default() -> Numeric

impl Copy for Numeric

impl Clone for Numeric

fn clone(&self) -> Numeric

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