pub struct UBigInt;Expand description
SQL 64-bit unsigned integer type.
Trait Implementations§
Source§impl AsExpression<UBigInt> for u64
impl AsExpression<UBigInt> for u64
Source§type Expression<'e> = TypedParam<'e, UBigInt, u64>
where
u64: 'e
type Expression<'e> = TypedParam<'e, UBigInt, u64> where u64: 'e
Concrete expression type returned for a borrowed value.
Source§fn as_expression<'e>(&'e self) -> <u64 as AsExpression<UBigInt>>::Expression<'e>
fn as_expression<'e>(&'e self) -> <u64 as AsExpression<UBigInt>>::Expression<'e>
Borrows
self as a typed expression.Source§impl TypeCast for UBigInt
impl TypeCast for UBigInt
impl Comparable for UBigInt
impl Compatible<UBigInt> for u64
impl Numeric for UBigInt
impl Orderable for UBigInt
impl Required for UBigInt
Auto Trait Implementations§
impl Freeze for UBigInt
impl RefUnwindSafe for UBigInt
impl Send for UBigInt
impl Sync for UBigInt
impl Unpin for UBigInt
impl UnsafeUnpin for UBigInt
impl UnwindSafe for UBigInt
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