pub struct Int4;Trait Implementations§
Source§impl ArithmeticOutput<Float4> for Int4
impl ArithmeticOutput<Float4> for Int4
Source§impl ArithmeticOutput<Float8> for Int4
impl ArithmeticOutput<Float8> for Int4
Source§impl ArithmeticOutput<Int2> for Int4
impl ArithmeticOutput<Int2> for Int4
Source§impl ArithmeticOutput<Int4> for Float4
impl ArithmeticOutput<Int4> for Float4
Source§impl ArithmeticOutput<Int4> for Float8
impl ArithmeticOutput<Int4> for Float8
Source§impl ArithmeticOutput<Int4> for Int2
impl ArithmeticOutput<Int4> for Int2
Source§impl ArithmeticOutput<Int4> for Int8
impl ArithmeticOutput<Int4> for Int8
Source§impl ArithmeticOutput<Int4> for Numeric
impl ArithmeticOutput<Int4> for Numeric
Source§impl ArithmeticOutput<Int8> for Int4
impl ArithmeticOutput<Int8> for Int4
Source§impl ArithmeticOutput<Numeric> for Int4
impl ArithmeticOutput<Numeric> for Int4
Source§impl ArithmeticOutput for Int4
impl ArithmeticOutput for Int4
impl Assignable<Int2> for Int4
impl Assignable<Int4> for Any
impl Assignable<Int4> for Float4
impl Assignable<Int4> for Float8
impl Assignable<Int4> for Int8
impl Assignable<Int4> for Numeric
impl Assignable for Int4
impl Compatible<Any> for Int4
impl Compatible<Float4> for Int4
impl Compatible<Float8> for Int4
impl Compatible<Int2> for Int4
impl Compatible<Int4> for Any
impl Compatible<Int4> for Float4
impl Compatible<Int4> for Float8
impl Compatible<Int4> for Int2
impl Compatible<Int4> for Int8
impl Compatible<Int4> for Numeric
impl Compatible<Int4> for Placeholder
impl Compatible<Int8> for Int4
impl Compatible<Numeric> for Int4
impl Compatible<Placeholder> for Int4
impl Compatible for Int4
impl Copy for Int4
impl DataType for Int4
impl Eq for Int4
impl Integral for Int4
impl Numeric for Int4
impl StructuralPartialEq for Int4
Auto Trait Implementations§
impl Freeze for Int4
impl RefUnwindSafe for Int4
impl Send for Int4
impl Sync for Int4
impl Unpin for Int4
impl UnsafeUnpin for Int4
impl UnwindSafe for Int4
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