Struct dcsv::ReaderOption
source · [−]pub struct ReaderOption {
pub trim: bool,
pub read_header: bool,
pub consume_dquote: bool,
pub custom_header: Vec<String>,
pub delimiter: Option<char>,
pub line_delimiter: Option<char>,
pub ignore_empty_row: bool,
}Expand description
Reader behaviour related options
Fields
trim: boolread_header: boolconsume_dquote: boolcustom_header: Vec<String>delimiter: Option<char>line_delimiter: Option<char>ignore_empty_row: boolImplementations
sourceimpl ReaderOption
impl ReaderOption
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReaderOption
impl Send for ReaderOption
impl Sync for ReaderOption
impl Unpin for ReaderOption
impl UnwindSafe for ReaderOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more