#[non_exhaustive]pub struct MonitoringCsvDatasetFormat { /* private fields */ }
Expand description
Represents the CSV dataset format used when running a monitoring job.
Implementations§
source§impl MonitoringCsvDatasetFormat
impl MonitoringCsvDatasetFormat
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringCsvDatasetFormat
.
Trait Implementations§
source§impl Clone for MonitoringCsvDatasetFormat
impl Clone for MonitoringCsvDatasetFormat
source§fn clone(&self) -> MonitoringCsvDatasetFormat
fn clone(&self) -> MonitoringCsvDatasetFormat
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 MonitoringCsvDatasetFormat
impl Debug for MonitoringCsvDatasetFormat
source§impl PartialEq<MonitoringCsvDatasetFormat> for MonitoringCsvDatasetFormat
impl PartialEq<MonitoringCsvDatasetFormat> for MonitoringCsvDatasetFormat
source§fn eq(&self, other: &MonitoringCsvDatasetFormat) -> bool
fn eq(&self, other: &MonitoringCsvDatasetFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.