Struct diesel::types::Integer
[−]
[src]
pub struct Integer;
Trait Implementations
impl Add for Integer[src]
type Rhs = Integer
The SQL type which can be added to this one
type Output = Integer
The SQL type of the result of adding Rhs to Self
impl Sub for Integer[src]
type Rhs = Integer
The SQL type which can be subtracted from this one
type Output = Integer
The SQL type of the result of subtracting Rhs from Self
impl Mul for Integer[src]
type Rhs = Integer
The SQL type which this can be multiplied by
type Output = Integer
The SQL type of the result of multiplying Self by Rhs
impl Div for Integer[src]
type Rhs = Integer
The SQL type which this one can be divided by
type Output = Integer
The SQL type of the result of dividing Self by Rhs
impl SqlOrd for Integer[src]
impl QueryId for Integer[src]
impl NotNull for Integer[src]
impl SingleValue for Integer[src]
impl Foldable for Integer[src]
impl Debug for Integer[src]
impl Clone for Integer[src]
fn clone(&self) -> Integer[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