pub struct SimpleCsvReaderOptions {
pub delimiter: char,
pub text_enclosure: char,
}
Fields§
§delimiter: char
§text_enclosure: char
Trait Implementations§
Source§impl Clone for SimpleCsvReaderOptions
impl Clone for SimpleCsvReaderOptions
Source§fn clone(&self) -> SimpleCsvReaderOptions
fn clone(&self) -> SimpleCsvReaderOptions
Returns a copy 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 Default for SimpleCsvReaderOptions
impl Default for SimpleCsvReaderOptions
Source§fn default() -> SimpleCsvReaderOptions
fn default() -> SimpleCsvReaderOptions
Returns the “default value” for a type. Read more
impl Copy for SimpleCsvReaderOptions
Auto Trait Implementations§
impl Freeze for SimpleCsvReaderOptions
impl RefUnwindSafe for SimpleCsvReaderOptions
impl Send for SimpleCsvReaderOptions
impl Sync for SimpleCsvReaderOptions
impl Unpin for SimpleCsvReaderOptions
impl UnwindSafe for SimpleCsvReaderOptions
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