Struct diesel::types::Float [] [src]

pub struct Float;

Trait Implementations

impl Add for Float

type Rhs = Float

type Output = Float

impl Sub for Float

type Rhs = Float

type Output = Float

impl Mul for Float

type Rhs = Float

type Output = Float

impl Div for Float

type Rhs = Float

type Output = Float

impl SqlOrd for Float

impl Foldable for Float

type Sum = Float

type Avg = Double

Derived Implementations

impl Default for Float

fn default() -> Float

impl Copy for Float

impl Clone for Float

fn clone(&self) -> Float

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