pub struct Numeric;Trait Implementations§
impl AssignsTo<Numeric> for Integer
impl AssignsTo<Numeric> for BigInt
impl AssignsTo<Numeric> for Real
impl Comparable<BigInt> for Numeric
impl Comparable<Integer> for Numeric
impl Comparable<Nullable<BigInt>> for Numeric
impl Comparable<Nullable<Integer>> for Numeric
impl Comparable<Nullable<Real>> for Numeric
impl Comparable<Numeric> for Integer
impl Comparable<Numeric> for Nullable<Integer>
impl Comparable<Numeric> for BigInt
impl Comparable<Numeric> for Nullable<BigInt>
impl Comparable<Numeric> for Real
impl Comparable<Numeric> for Nullable<Real>
impl Comparable<Real> for Numeric
impl Ordered for Numeric
Available on crate feature
decimal only.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§
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