Struct rusoto_s3::CSVOutput [] [src]

pub struct CSVOutput {
    pub field_delimiter: Option<String>,
    pub quote_character: Option<String>,
    pub quote_escape_character: Option<String>,
    pub quote_fields: Option<String>,
    pub record_delimiter: Option<String>,
}

Describes how CSV-formatted results are formatted.

Fields

Value used to separate individual fields in a record.

Value used for escaping where the field delimiter is part of the value.

Single character used for escaping the quote character inside an already escaped value.

Indicates whether or not all output fields should be quoted.

Value used to separate individual records.

Trait Implementations

impl Default for CSVOutput
[src]

[src]

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

impl Debug for CSVOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CSVOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CSVOutput

impl Sync for CSVOutput