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