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