pub struct Int8;Trait Implementations§
Source§impl ArithmeticOutput for Int8
impl ArithmeticOutput for Int8
Source§impl ArithmeticOutput<Float4> for Int8
impl ArithmeticOutput<Float4> for Int8
Source§impl ArithmeticOutput<Float8> for Int8
impl ArithmeticOutput<Float8> for Int8
Source§impl ArithmeticOutput<Int2> for Int8
impl ArithmeticOutput<Int2> for Int8
Source§impl ArithmeticOutput<Int4> for Int8
impl ArithmeticOutput<Int4> for Int8
Source§impl ArithmeticOutput<Int8> for Int2
impl ArithmeticOutput<Int8> for Int2
Source§impl ArithmeticOutput<Int8> for Int4
impl ArithmeticOutput<Int8> for Int4
Source§impl ArithmeticOutput<Int8> for Float4
impl ArithmeticOutput<Int8> for Float4
Source§impl ArithmeticOutput<Int8> for Float8
impl ArithmeticOutput<Int8> for Float8
Source§impl ArithmeticOutput<Int8> for Numeric
impl ArithmeticOutput<Int8> for Numeric
Source§impl ArithmeticOutput<Numeric> for Int8
impl ArithmeticOutput<Numeric> for Int8
impl Assignable for Int8
impl Assignable<Int2> for Int8
impl Assignable<Int4> for Int8
impl Assignable<Int8> for Float4
impl Assignable<Int8> for Float8
impl Assignable<Int8> for Numeric
impl Assignable<Int8> for Any
impl Compatible for Int8
impl Compatible<Any> for Int8
impl Compatible<Float4> for Int8
impl Compatible<Float8> for Int8
impl Compatible<Int2> for Int8
impl Compatible<Int4> for Int8
impl Compatible<Int8> for Int2
impl Compatible<Int8> for Int4
impl Compatible<Int8> for Float4
impl Compatible<Int8> for Float8
impl Compatible<Int8> for Numeric
impl Compatible<Int8> for Any
impl Compatible<Numeric> for Int8
impl Compatible<Placeholder> for Int8
impl Copy for Int8
impl DataType for Int8
Source§impl DefaultCastTypeName for Int8
impl DefaultCastTypeName for Int8
const CAST_TYPE_NAME: &'static str = "BIGINT"
impl Eq for Int8
impl Integral for Int8
impl Numeric for Int8
Source§impl RoundingPolicy<PostgresDialect> for Int8
impl RoundingPolicy<PostgresDialect> for Int8
Source§impl SQLTypeToRust<PostgresDialect> for Int8
impl SQLTypeToRust<PostgresDialect> for Int8
impl StructuralPartialEq for Int8
Auto Trait Implementations§
impl Freeze for Int8
impl RefUnwindSafe for Int8
impl Send for Int8
impl Sync for Int8
impl Unpin for Int8
impl UnsafeUnpin for Int8
impl UnwindSafe for Int8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more