Struct simple_csv::reader::SimpleCsvReaderOptions [] [src]

pub struct SimpleCsvReaderOptions {
    pub delimiter: char,
    pub text_enclosure: char,
}

Fields

Trait Implementations

impl Copy for SimpleCsvReaderOptions
[src]

impl Clone for SimpleCsvReaderOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SimpleCsvReaderOptions
[src]

Returns the "default value" for a type. Read more