pub struct IntegerArray;Trait Implementations§
impl ArrayOf<Integer> for IntegerArray
impl ArrayOf<Nullable<Integer>> for IntegerArray
Source§impl NullValue for IntegerArray
impl NullValue for IntegerArray
const NULL_VALUE: Value = Value::NullIntegerArray
Source§impl WrapNullable<MaybeNull> for IntegerArray
impl WrapNullable<MaybeNull> for IntegerArray
type Output = Nullable<IntegerArray>
Auto Trait Implementations§
impl Freeze for IntegerArray
impl RefUnwindSafe for IntegerArray
impl Send for IntegerArray
impl Sync for IntegerArray
impl Unpin for IntegerArray
impl UnsafeUnpin for IntegerArray
impl UnwindSafe for IntegerArray
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