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

pub struct Float;

Trait Implementations

impl Add for Float
[src]

type Rhs = Float

type Output = Float

impl Sub for Float
[src]

type Rhs = Float

type Output = Float

impl Mul for Float
[src]

type Rhs = Float

type Output = Float

impl Div for Float
[src]

type Rhs = Float

type Output = Float

impl SqlOrd for Float
[src]

impl NativeSqlType for Float
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

impl Default for Float
[src]

fn default() -> Float

Returns the "default value" for a type. Read more

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