Struct diesel::types::Numeric
[−]
[src]
pub struct Numeric;
The numeric SQL type.
This type does not currently have any corresponding Rust types. On SQLite,
Double should be used instead.
Trait Implementations
impl Add for Numeric[src]
impl Sub for Numeric[src]
impl Mul for Numeric[src]
impl Div for Numeric[src]
impl Foldable for Numeric[src]
impl Debug for Numeric[src]
impl Clone for Numeric[src]
fn clone(&self) -> Numeric[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more