Struct aws_sdk_m2::model::DataSetImportSummary
source · [−]#[non_exhaustive]pub struct DataSetImportSummary { /* private fields */ }Expand description
Represents a summary of data set imports.
Implementations
sourceimpl 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.
sourceimpl DataSetImportSummary
impl DataSetImportSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetImportSummary.
Trait Implementations
sourceimpl Clone for DataSetImportSummary
impl Clone for DataSetImportSummary
sourcefn clone(&self) -> DataSetImportSummary
fn clone(&self) -> DataSetImportSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DataSetImportSummary
impl Debug for DataSetImportSummary
sourceimpl PartialEq<DataSetImportSummary> for DataSetImportSummary
impl PartialEq<DataSetImportSummary> for DataSetImportSummary
sourcefn eq(&self, other: &DataSetImportSummary) -> bool
fn eq(&self, other: &DataSetImportSummary) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more