struct BinaryEncoder<B>(B);
Expand description
New-type wrapper for encoding the binary types in arrow: Binary
, LargeBinary
and FixedSizeBinary
as hex strings in JSON.
Tuple Fields§
§0: B
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for BinaryEncoder<B>where
B: Freeze,
impl<B> RefUnwindSafe for BinaryEncoder<B>where
B: RefUnwindSafe,
impl<B> Send for BinaryEncoder<B>where
B: Send,
impl<B> Sync for BinaryEncoder<B>where
B: Sync,
impl<B> Unpin for BinaryEncoder<B>where
B: Unpin,
impl<B> UnwindSafe for BinaryEncoder<B>where
B: UnwindSafe,
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