Struct aws_sdk_m2::model::DataSetImportItem  
source · [−]#[non_exhaustive]pub struct DataSetImportItem { /* private fields */ }Expand description
Identifies a specific data set to import from an external location.
Implementations
sourceimpl DataSetImportItem
 
impl DataSetImportItem
sourcepub fn external_location(&self) -> Option<&ExternalLocation>
 
pub fn external_location(&self) -> Option<&ExternalLocation>
The location of the data set.
sourceimpl DataSetImportItem
 
impl DataSetImportItem
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetImportItem.
Trait Implementations
sourceimpl Clone for DataSetImportItem
 
impl Clone for DataSetImportItem
sourcefn clone(&self) -> DataSetImportItem
 
fn clone(&self) -> DataSetImportItem
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 DataSetImportItem
 
impl Debug for DataSetImportItem
sourceimpl PartialEq<DataSetImportItem> for DataSetImportItem
 
impl PartialEq<DataSetImportItem> for DataSetImportItem
sourcefn eq(&self, other: &DataSetImportItem) -> bool
 
fn eq(&self, other: &DataSetImportItem) -> bool
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
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