pub(crate) struct Decimal256ArrowToVariantBuilder<'a> {
array: &'a Decimal256Array,
options: &'a CastOptions<'a>,
scale: i8,
_phantom: PhantomData<()>,
}Fields§
§array: &'a Decimal256Array§options: &'a CastOptions<'a>§scale: i8§_phantom: PhantomData<()>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Decimal256ArrowToVariantBuilder<'a>
impl<'a> !RefUnwindSafe for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Send for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Sync for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Unpin for Decimal256ArrowToVariantBuilder<'a>
impl<'a> !UnwindSafe for Decimal256ArrowToVariantBuilder<'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