struct IntEncoder<'a, P: ArrowPrimitiveType<Native = i32>>(&'a PrimitiveArray<P>);Expand description
Generic Avro int encoder for primitive arrays with i32 native values.
Tuple Fields§
§0: &'a PrimitiveArray<P>Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: Freeze,
impl<'a, P> RefUnwindSafe for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: RefUnwindSafe,
impl<'a, P> Send for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: Send,
impl<'a, P> Sync for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: Sync,
impl<'a, P> Unpin for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: Unpin,
impl<'a, P> UnsafeUnpin for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: UnsafeUnpin,
impl<'a, P> UnwindSafe for IntEncoder<'a, P>where
&'a PrimitiveArray<P>: UnwindSafe,
Blanket Implementations§
impl<T> Allocation for T
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