Struct aws_sdk_m2::types::DataSetImportSummary
source · #[non_exhaustive]pub struct DataSetImportSummary { /* private fields */ }Expand description
Represents a summary of data set imports.
Implementations§
source§impl DataSetImportSummary
impl DataSetImportSummary
sourcepub fn in_progress(&self) -> i32
pub fn in_progress(&self) -> i32
The number of data set imports that are in progress.
source§impl DataSetImportSummary
impl DataSetImportSummary
sourcepub fn builder() -> DataSetImportSummaryBuilder
pub fn builder() -> DataSetImportSummaryBuilder
Creates a new builder-style object to manufacture DataSetImportSummary.
Trait Implementations§
source§impl Clone for DataSetImportSummary
impl Clone for DataSetImportSummary
source§fn clone(&self) -> DataSetImportSummary
fn clone(&self) -> DataSetImportSummary
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 DataSetImportSummary
impl Debug for DataSetImportSummary
source§impl PartialEq<DataSetImportSummary> for DataSetImportSummary
impl PartialEq<DataSetImportSummary> for DataSetImportSummary
source§fn eq(&self, other: &DataSetImportSummary) -> bool
fn eq(&self, other: &DataSetImportSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataSetImportSummary
Auto Trait Implementations§
impl RefUnwindSafe for DataSetImportSummary
impl Send for DataSetImportSummary
impl Sync for DataSetImportSummary
impl Unpin for DataSetImportSummary
impl UnwindSafe for DataSetImportSummary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more