pub(crate) struct PrimitiveArrowToVariantBuilder<'a, T: ArrowPrimitiveType>where
    T::Native: Into<Variant<'a, 'a>>,{
    array: &'a PrimitiveArray<T>,
    _phantom: PhantomData<(T,)>,
}Fields§
§array: &'a PrimitiveArray<T>§_phantom: PhantomData<(T,)>Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for PrimitiveArrowToVariantBuilder<'a, T>where
    <T as ArrowPrimitiveType>::Native: Sized,
impl<'a, T> RefUnwindSafe for PrimitiveArrowToVariantBuilder<'a, T>
impl<'a, T> Send for PrimitiveArrowToVariantBuilder<'a, T>
impl<'a, T> Sync for PrimitiveArrowToVariantBuilder<'a, T>
impl<'a, T> Unpin for PrimitiveArrowToVariantBuilder<'a, T>
impl<'a, T> UnwindSafe for PrimitiveArrowToVariantBuilder<'a, T>
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