pub struct Real;Trait Implementations§
impl AssignsTo<Nullable<Numeric>> for Real
impl AssignsTo<Numeric> for Real
impl AssignsTo<Real> for Integer
impl AssignsTo<Real> for BigInt
impl Comparable<BigInt> for Real
impl Comparable<Integer> for Real
impl Comparable<Nullable<BigInt>> for Real
impl Comparable<Nullable<Integer>> for Real
impl Comparable<Nullable<Numeric>> for Real
impl Comparable<Numeric> for Real
impl Comparable<Real> for Integer
impl Comparable<Real> for Nullable<Integer>
impl Comparable<Real> for BigInt
impl Comparable<Real> for Nullable<BigInt>
impl Comparable<Real> for Numeric
impl Comparable<Real> for Nullable<Numeric>
impl Ordered 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§
impl<T> AssignsTo<Nullable<T>> for Twhere
T: SqlType,
impl<T> AssignsTo<T> for Twhere
T: SqlType,
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