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>
impl<'a, P> RefUnwindSafe for IntEncoder<'a, P>
impl<'a, P> Send for IntEncoder<'a, P>
impl<'a, P> Sync for IntEncoder<'a, P>
impl<'a, P> Unpin for IntEncoder<'a, P>
impl<'a, P> UnwindSafe for IntEncoder<'a, P>
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