Struct aws_sdk_iotanalytics::model::DatasetContentStatus
source · #[non_exhaustive]pub struct DatasetContentStatus { /* private fields */ }Expand description
The state of the dataset contents and the reason they are in this state.
Implementations§
source§impl DatasetContentStatus
impl DatasetContentStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatasetContentStatus.
Trait Implementations§
source§impl Clone for DatasetContentStatus
impl Clone for DatasetContentStatus
source§fn clone(&self) -> DatasetContentStatus
fn clone(&self) -> DatasetContentStatus
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 DatasetContentStatus
impl Debug for DatasetContentStatus
source§impl PartialEq<DatasetContentStatus> for DatasetContentStatus
impl PartialEq<DatasetContentStatus> for DatasetContentStatus
source§fn eq(&self, other: &DatasetContentStatus) -> bool
fn eq(&self, other: &DatasetContentStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.