Struct aws_sdk_m2::types::DataSetImportItem  
source · #[non_exhaustive]pub struct DataSetImportItem { /* private fields */ }Expand description
Identifies a specific data set to import from an external location.
Implementations§
source§impl DataSetImportItem
 
impl DataSetImportItem
sourcepub fn external_location(&self) -> Option<&ExternalLocation>
 
pub fn external_location(&self) -> Option<&ExternalLocation>
The location of the data set.
source§impl DataSetImportItem
 
impl DataSetImportItem
sourcepub fn builder() -> DataSetImportItemBuilder
 
pub fn builder() -> DataSetImportItemBuilder
Creates a new builder-style object to manufacture DataSetImportItem.
Trait Implementations§
source§impl Clone for DataSetImportItem
 
impl Clone for DataSetImportItem
source§fn clone(&self) -> DataSetImportItem
 
fn clone(&self) -> DataSetImportItem
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 DataSetImportItem
 
impl Debug for DataSetImportItem
source§impl PartialEq<DataSetImportItem> for DataSetImportItem
 
impl PartialEq<DataSetImportItem> for DataSetImportItem
source§fn eq(&self, other: &DataSetImportItem) -> bool
 
fn eq(&self, other: &DataSetImportItem) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataSetImportItem
Auto Trait Implementations§
impl RefUnwindSafe for DataSetImportItem
impl Send for DataSetImportItem
impl Sync for DataSetImportItem
impl Unpin for DataSetImportItem
impl UnwindSafe for DataSetImportItem
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