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 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