Struct aws_sdk_honeycode::model::ImportDataSource
source · [−]#[non_exhaustive]pub struct ImportDataSource { /* private fields */ }
Expand description
An object that has details about the source of the data that was submitted for import.
Implementations
sourceimpl ImportDataSource
impl ImportDataSource
sourcepub fn data_source_config(&self) -> Option<&ImportDataSourceConfig>
pub fn data_source_config(&self) -> Option<&ImportDataSourceConfig>
The configuration parameters for the data source of the import
sourceimpl ImportDataSource
impl ImportDataSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportDataSource
.
Trait Implementations
sourceimpl Clone for ImportDataSource
impl Clone for ImportDataSource
sourcefn clone(&self) -> ImportDataSource
fn clone(&self) -> ImportDataSource
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 ImportDataSource
impl Debug for ImportDataSource
sourceimpl PartialEq<ImportDataSource> for ImportDataSource
impl PartialEq<ImportDataSource> for ImportDataSource
sourcefn eq(&self, other: &ImportDataSource) -> bool
fn eq(&self, other: &ImportDataSource) -> bool
impl StructuralPartialEq for ImportDataSource
Auto Trait Implementations
impl RefUnwindSafe for ImportDataSource
impl Send for ImportDataSource
impl Sync for ImportDataSource
impl Unpin for ImportDataSource
impl UnwindSafe for ImportDataSource
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