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