struct UInt8Encoder<'a>(&'a PrimitiveArray<UInt8Type>);Expand description
UInt8 to Avro int encoder (converts u8 to i32)
Tuple Fields§
§0: &'a PrimitiveArray<UInt8Type>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UInt8Encoder<'a>
impl<'a> RefUnwindSafe for UInt8Encoder<'a>
impl<'a> Send for UInt8Encoder<'a>
impl<'a> Sync for UInt8Encoder<'a>
impl<'a> Unpin for UInt8Encoder<'a>
impl<'a> UnsafeUnpin for UInt8Encoder<'a>
impl<'a> UnwindSafe for UInt8Encoder<'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