pub struct BigInt;Trait Implementations§
impl Assignable for BigInt
impl Assignable<BigInt> for Float
impl Assignable<BigInt> for Double
impl Assignable<BigInt> for Decimal
impl Assignable<BigInt> for Any
impl Assignable<Int> for BigInt
impl Assignable<IntUnsigned> for BigInt
impl Assignable<MediumInt> for BigInt
impl Assignable<MediumIntUnsigned> for BigInt
impl Assignable<SmallInt> for BigInt
impl Assignable<SmallIntUnsigned> for BigInt
impl Assignable<TinyInt> for BigInt
impl Assignable<TinyIntUnsigned> for BigInt
impl Assignable<Year> for BigInt
impl Compatible for BigInt
impl Compatible<Any> for BigInt
impl Compatible<BigInt> for TinyInt
impl Compatible<BigInt> for SmallInt
impl Compatible<BigInt> for MediumInt
impl Compatible<BigInt> for Int
impl Compatible<BigInt> for Year
impl Compatible<BigInt> for Decimal
impl Compatible<BigInt> for Float
impl Compatible<BigInt> for Double
impl Compatible<BigInt> for Any
impl Compatible<BigInt> for Placeholder
impl Compatible<Decimal> for BigInt
impl Compatible<Double> for BigInt
impl Compatible<Float> for BigInt
impl Compatible<Int> for BigInt
impl Compatible<MediumInt> for BigInt
impl Compatible<Placeholder> for BigInt
impl Compatible<SmallInt> for BigInt
impl Compatible<TinyInt> for BigInt
impl Compatible<Year> for BigInt
impl Copy for BigInt
impl DataType for BigInt
impl Eq for BigInt
impl Integral for BigInt
impl Numeric for BigInt
impl StructuralPartialEq 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§
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