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