pub struct ReadingOptions {
pub read_header: bool,
pub schema_inference_depth: SchemaInferenceDepth,
pub separator: Separator,
pub text_quote: String,
pub text_quote_escape: String,
}
Fields§
§read_header: bool
§schema_inference_depth: SchemaInferenceDepth
§separator: Separator
§text_quote: String
§text_quote_escape: String
Trait Implementations§
Source§impl Clone for ReadingOptions
impl Clone for ReadingOptions
Source§fn clone(&self) -> ReadingOptions
fn clone(&self) -> ReadingOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReadingOptions
impl Debug for ReadingOptions
Auto Trait Implementations§
impl Freeze for ReadingOptions
impl RefUnwindSafe for ReadingOptions
impl Send for ReadingOptions
impl Sync for ReadingOptions
impl Unpin for ReadingOptions
impl UnwindSafe for ReadingOptions
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