struct UInt32Encoder<'a>(&'a PrimitiveArray<UInt32Type>);Expand description
UInt32 to Avro long encoder (converts u32 to i64)
Tuple Fields§
§0: &'a PrimitiveArray<UInt32Type>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UInt32Encoder<'a>
impl<'a> RefUnwindSafe for UInt32Encoder<'a>
impl<'a> Send for UInt32Encoder<'a>
impl<'a> Sync for UInt32Encoder<'a>
impl<'a> Unpin for UInt32Encoder<'a>
impl<'a> UnsafeUnpin for UInt32Encoder<'a>
impl<'a> UnwindSafe for UInt32Encoder<'a>
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