pub struct BigIntArray;Trait Implementations§
impl ArrayOf<BigInt> for BigIntArray
impl ArrayOf<Nullable<BigInt>> for BigIntArray
Source§impl NullValue for BigIntArray
impl NullValue for BigIntArray
const NULL_VALUE: Value = Value::NullBigIntArray
Source§impl WrapNullable<MaybeNull> for BigIntArray
impl WrapNullable<MaybeNull> for BigIntArray
type Output = Nullable<BigIntArray>
Auto Trait Implementations§
impl Freeze for BigIntArray
impl RefUnwindSafe for BigIntArray
impl Send for BigIntArray
impl Sync for BigIntArray
impl Unpin for BigIntArray
impl UnsafeUnpin for BigIntArray
impl UnwindSafe for BigIntArray
Blanket Implementations§
impl<T> AssignsTo<Nullable<T>> for Twhere
T: SqlType,
impl<T> AssignsTo<T> for Twhere
T: SqlType,
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