Enum csv_sniffer::metadata::Quote [] [src]

pub enum Quote {
    None,
    Some(u8),
}

Metadata about the quoting style of the CSV file.

Variants

Quotes are not used in the CSV file.

Quotes are enabled, with the provided character used as the quote character.

Trait Implementations

impl Clone for Quote
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Quote
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Quote
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Quote

impl Sync for Quote