struct UInt64FixedEncoder<'a>(&'a PrimitiveArray<UInt64Type>);Expand description
UInt64 to Avro fixed(8) encoder (little-endian bytes)
Tuple Fields§
§0: &'a PrimitiveArray<UInt64Type>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UInt64FixedEncoder<'a>
impl<'a> RefUnwindSafe for UInt64FixedEncoder<'a>
impl<'a> Send for UInt64FixedEncoder<'a>
impl<'a> Sync for UInt64FixedEncoder<'a>
impl<'a> Unpin for UInt64FixedEncoder<'a>
impl<'a> UnsafeUnpin for UInt64FixedEncoder<'a>
impl<'a> UnwindSafe for UInt64FixedEncoder<'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