Struct diesel::types::Float
[−]
[src]
pub struct Float;
Trait Implementations
impl Add for Float
[src]
impl Sub for Float
[src]
impl Mul for Float
[src]
impl Div for Float
[src]
impl SqlOrd for Float
[src]
impl QueryId for Float
[src]
impl NotNull for Float
[src]
impl Foldable for Float
[src]
impl Default for Float
[src]
impl Copy for Float
[src]
impl Clone for Float
[src]
fn clone(&self) -> Float
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