pub(crate) struct VariantToTimestampArrowRowBuilder<'a, T: TimestampFromVariant<false>> {
builder: PrimitiveBuilder<T>,
cast_options: &'a CastOptions<'a>,
}Fields§
§builder: PrimitiveBuilder<T>§cast_options: &'a CastOptions<'a>Implementations§
Source§impl<'a, T: TimestampFromVariant<false>> VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T: TimestampFromVariant<false>> VariantToTimestampArrowRowBuilder<'a, T>
Auto Trait Implementations§
impl<'a, T> !Freeze for VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T> !RefUnwindSafe for VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T> Send for VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T> Sync for VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T> Unpin for VariantToTimestampArrowRowBuilder<'a, T>
impl<'a, T> !UnwindSafe for VariantToTimestampArrowRowBuilder<'a, T>
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