pub struct SmallIntUnsigned;Trait Implementations§
impl Assignable for SmallIntUnsigned
impl Assignable<SmallIntUnsigned> for MediumInt
impl Assignable<SmallIntUnsigned> for Int
impl Assignable<SmallIntUnsigned> for BigInt
impl Assignable<SmallIntUnsigned> for MediumIntUnsigned
impl Assignable<SmallIntUnsigned> for IntUnsigned
impl Assignable<SmallIntUnsigned> for BigIntUnsigned
impl Assignable<SmallIntUnsigned> for Year
impl Assignable<SmallIntUnsigned> for Float
impl Assignable<SmallIntUnsigned> for Double
impl Assignable<SmallIntUnsigned> for Decimal
impl Assignable<SmallIntUnsigned> for Bit
impl Assignable<SmallIntUnsigned> for Any
impl Assignable<TinyIntUnsigned> for SmallIntUnsigned
impl Assignable<Year> for SmallIntUnsigned
Source§impl Clone for SmallIntUnsigned
impl Clone for SmallIntUnsigned
impl Compatible for SmallIntUnsigned
impl Compatible<Any> for SmallIntUnsigned
impl Compatible<BigIntUnsigned> for SmallIntUnsigned
impl Compatible<Decimal> for SmallIntUnsigned
impl Compatible<Double> for SmallIntUnsigned
impl Compatible<Float> for SmallIntUnsigned
impl Compatible<IntUnsigned> for SmallIntUnsigned
impl Compatible<MediumIntUnsigned> for SmallIntUnsigned
impl Compatible<Placeholder> for SmallIntUnsigned
impl Compatible<SmallIntUnsigned> for TinyIntUnsigned
impl Compatible<SmallIntUnsigned> for MediumIntUnsigned
impl Compatible<SmallIntUnsigned> for IntUnsigned
impl Compatible<SmallIntUnsigned> for BigIntUnsigned
impl Compatible<SmallIntUnsigned> for Year
impl Compatible<SmallIntUnsigned> for Decimal
impl Compatible<SmallIntUnsigned> for Float
impl Compatible<SmallIntUnsigned> for Double
impl Compatible<SmallIntUnsigned> for Any
impl Compatible<SmallIntUnsigned> for Placeholder
impl Compatible<TinyIntUnsigned> for SmallIntUnsigned
impl Compatible<Year> for SmallIntUnsigned
impl Copy for SmallIntUnsigned
impl DataType for SmallIntUnsigned
Source§impl Debug for SmallIntUnsigned
impl Debug for SmallIntUnsigned
Source§impl Default for SmallIntUnsigned
impl Default for SmallIntUnsigned
impl Eq for SmallIntUnsigned
Source§impl Hash for SmallIntUnsigned
impl Hash for SmallIntUnsigned
impl Integral for SmallIntUnsigned
Source§impl NegOutput for SmallIntUnsigned
impl NegOutput for SmallIntUnsigned
impl Numeric for SmallIntUnsigned
Source§impl PartialEq for SmallIntUnsigned
impl PartialEq for SmallIntUnsigned
impl StructuralPartialEq for SmallIntUnsigned
Auto Trait Implementations§
impl Freeze for SmallIntUnsigned
impl RefUnwindSafe for SmallIntUnsigned
impl Send for SmallIntUnsigned
impl Sync for SmallIntUnsigned
impl Unpin for SmallIntUnsigned
impl UnsafeUnpin for SmallIntUnsigned
impl UnwindSafe for SmallIntUnsigned
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