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