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 Foldable for Numeric
[src]

type Sum = Numeric

type Avg = Numeric

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

impl Debug for Numeric
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl QueryId for Numeric
[src]

type QueryId = Self

fn has_static_query_id() -> bool

fn query_id() -> Option<TypeId>

impl NotNull for Numeric
[src]