pub struct Numeric;Trait Implementations§
Source§impl ArithmeticOutput<Any> for Numeric
impl ArithmeticOutput<Any> for Numeric
Source§impl ArithmeticOutput<Integer> for Numeric
impl ArithmeticOutput<Integer> for Numeric
Source§impl ArithmeticOutput<Numeric> for Any
impl ArithmeticOutput<Numeric> for Any
Source§impl ArithmeticOutput<Numeric> for Integer
impl ArithmeticOutput<Numeric> for Integer
Source§impl ArithmeticOutput<Numeric> for Real
impl ArithmeticOutput<Numeric> for Real
Source§impl ArithmeticOutput<Real> for Numeric
impl ArithmeticOutput<Real> for Numeric
Source§impl ArithmeticOutput for Numeric
impl ArithmeticOutput for Numeric
impl Assignable<Integer> for Numeric
impl Assignable<Numeric> for Any
impl Assignable<Real> for Numeric
impl Assignable for Numeric
impl Compatible<Any> for Numeric
impl Compatible<Integer> for Numeric
impl Compatible<Numeric> for Any
impl Compatible<Numeric> for Integer
impl Compatible<Numeric> for Placeholder
impl Compatible<Numeric> for Real
impl Compatible<Placeholder> for Numeric
impl Compatible<Real> for Numeric
impl Compatible for Numeric
impl Copy for Numeric
impl DataType for Numeric
impl Eq for Numeric
impl Numeric for Numeric
impl StructuralPartialEq for Numeric
impl Temporal for Numeric
Auto Trait Implementations§
impl Freeze for Numeric
impl RefUnwindSafe for Numeric
impl Send for Numeric
impl Sync for Numeric
impl Unpin for Numeric
impl UnsafeUnpin for Numeric
impl UnwindSafe for Numeric
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