pub struct Integer;Trait Implementations§
Source§impl ArithmeticOutput<Any> for Integer
impl ArithmeticOutput<Any> for Integer
Source§impl ArithmeticOutput<Integer> for Any
impl ArithmeticOutput<Integer> for Any
Source§impl ArithmeticOutput<Integer> for Numeric
impl ArithmeticOutput<Integer> for Numeric
Source§impl ArithmeticOutput<Integer> for Real
impl ArithmeticOutput<Integer> for Real
Source§impl ArithmeticOutput<Numeric> for Integer
impl ArithmeticOutput<Numeric> for Integer
Source§impl ArithmeticOutput<Real> for Integer
impl ArithmeticOutput<Real> for Integer
Source§impl ArithmeticOutput for Integer
impl ArithmeticOutput for Integer
impl Assignable<Integer> for Any
impl Assignable<Integer> for Numeric
impl Assignable<Integer> for Real
impl Assignable for Integer
impl BooleanLike for Integer
impl Compatible<Any> for Integer
impl Compatible<Integer> for Any
impl Compatible<Integer> for Numeric
impl Compatible<Integer> for Placeholder
impl Compatible<Integer> for Real
impl Compatible<Numeric> for Integer
impl Compatible<Placeholder> for Integer
impl Compatible<Real> for Integer
impl Compatible for Integer
impl Copy for Integer
impl DataType for Integer
impl Eq for Integer
impl Integral for Integer
impl Numeric for Integer
impl StructuralPartialEq for Integer
impl Temporal for Integer
Auto Trait Implementations§
impl Freeze for Integer
impl RefUnwindSafe for Integer
impl Send for Integer
impl Sync for Integer
impl Unpin for Integer
impl UnsafeUnpin for Integer
impl UnwindSafe for Integer
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