pub struct TapeDecoderOptions {
pub batch_size: usize,
pub num_fields: usize,
pub flatten_top_level_arrays: bool,
}Expand description
Configuration for a TapeDecoder.
Fields§
§batch_size: usizeThe batch size
num_fields: usizeThe estimated number of fields in each row
flatten_top_level_arrays: boolWhether to flatten top-level arrays
Trait Implementations§
Source§impl Clone for TapeDecoderOptions
impl Clone for TapeDecoderOptions
Source§fn clone(&self) -> TapeDecoderOptions
fn clone(&self) -> TapeDecoderOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TapeDecoderOptions
Auto Trait Implementations§
impl Freeze for TapeDecoderOptions
impl RefUnwindSafe for TapeDecoderOptions
impl Send for TapeDecoderOptions
impl Sync for TapeDecoderOptions
impl Unpin for TapeDecoderOptions
impl UnsafeUnpin for TapeDecoderOptions
impl UnwindSafe for TapeDecoderOptions
Blanket Implementations§
impl<T> Allocation for T
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