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