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