pub struct BigInt;Trait Implementations§
impl AssignsTo<BigInt> for Integer
impl AssignsTo<Nullable<Numeric>> for BigInt
impl AssignsTo<Nullable<Real>> for BigInt
impl AssignsTo<Numeric> for BigInt
impl AssignsTo<Real> for BigInt
impl Comparable<BigInt> for Integer
impl Comparable<BigInt> for Nullable<Integer>
impl Comparable<BigInt> for Real
impl Comparable<BigInt> for Nullable<Real>
impl Comparable<BigInt> for Numeric
impl Comparable<BigInt> for Nullable<Numeric>
impl Comparable<Integer> for BigInt
impl Comparable<Nullable<Integer>> for BigInt
impl Comparable<Nullable<Numeric>> for BigInt
impl Comparable<Nullable<Real>> for BigInt
impl Comparable<Numeric> for BigInt
impl Comparable<Real> for BigInt
impl Ordered for BigInt
Auto Trait Implementations§
impl Freeze for BigInt
impl RefUnwindSafe for BigInt
impl Send for BigInt
impl Sync for BigInt
impl Unpin for BigInt
impl UnsafeUnpin for BigInt
impl UnwindSafe for BigInt
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