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