pub struct SmallInt;Trait Implementations§
impl Assignable for SmallInt
impl Assignable<SmallInt> for MediumInt
impl Assignable<SmallInt> for Int
impl Assignable<SmallInt> for BigInt
impl Assignable<SmallInt> for Float
impl Assignable<SmallInt> for Double
impl Assignable<SmallInt> for Decimal
impl Assignable<SmallInt> for Any
impl Assignable<TinyInt> for SmallInt
impl Assignable<TinyIntUnsigned> for SmallInt
impl Compatible for SmallInt
impl Compatible<Any> for SmallInt
impl Compatible<BigInt> for SmallInt
impl Compatible<Decimal> for SmallInt
impl Compatible<Double> for SmallInt
impl Compatible<Float> for SmallInt
impl Compatible<Int> for SmallInt
impl Compatible<MediumInt> for SmallInt
impl Compatible<Placeholder> for SmallInt
impl Compatible<SmallInt> for TinyInt
impl Compatible<SmallInt> for MediumInt
impl Compatible<SmallInt> for Int
impl Compatible<SmallInt> for BigInt
impl Compatible<SmallInt> for Year
impl Compatible<SmallInt> for Decimal
impl Compatible<SmallInt> for Float
impl Compatible<SmallInt> for Double
impl Compatible<SmallInt> for Any
impl Compatible<SmallInt> for Placeholder
impl Compatible<TinyInt> for SmallInt
impl Compatible<Year> for SmallInt
impl Copy for SmallInt
impl DataType for SmallInt
impl Eq for SmallInt
impl Integral for SmallInt
impl Numeric for SmallInt
impl StructuralPartialEq for SmallInt
Auto Trait Implementations§
impl Freeze for SmallInt
impl RefUnwindSafe for SmallInt
impl Send for SmallInt
impl Sync for SmallInt
impl Unpin for SmallInt
impl UnsafeUnpin for SmallInt
impl UnwindSafe for SmallInt
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