Struct aws_sdk_databrew::model::CsvOutputOptions
source · #[non_exhaustive]pub struct CsvOutputOptions { /* private fields */ }
Expand description
Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.
Implementations§
source§impl CsvOutputOptions
impl CsvOutputOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CsvOutputOptions
.
Trait Implementations§
source§impl Clone for CsvOutputOptions
impl Clone for CsvOutputOptions
source§fn clone(&self) -> CsvOutputOptions
fn clone(&self) -> CsvOutputOptions
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 Debug for CsvOutputOptions
impl Debug for CsvOutputOptions
source§impl PartialEq<CsvOutputOptions> for CsvOutputOptions
impl PartialEq<CsvOutputOptions> for CsvOutputOptions
source§fn eq(&self, other: &CsvOutputOptions) -> bool
fn eq(&self, other: &CsvOutputOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.